.
This commit is contained in:
parent
da52258730
commit
218802b36f
3 changed files with 36 additions and 3 deletions
|
|
@ -6,7 +6,9 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [];
|
||||
imports = [
|
||||
inputs.sops-nix.homeManager.sops
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
|
|
@ -56,7 +58,6 @@
|
|||
reaper
|
||||
retext
|
||||
solaar
|
||||
syncthing
|
||||
spotify
|
||||
thunderbird
|
||||
whatsapp-for-linux
|
||||
|
|
|
|||
|
|
@ -6,7 +6,9 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [];
|
||||
imports = [
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
|
|
|
|||
|
|
@ -51,6 +51,36 @@
|
|||
fallbackDns = [ "1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one" ];
|
||||
};
|
||||
|
||||
# services.syncthing = {
|
||||
# enable = true;
|
||||
# user = "horseman";
|
||||
# dataDir = "/home/horseman";
|
||||
# configDir = "/home/horseman/.config/syncthing";
|
||||
# overrideDevices = true;
|
||||
# overrideFolders = true;
|
||||
# settings = {
|
||||
# devices = {
|
||||
# "luna" = ;
|
||||
# "terra" = ;
|
||||
# "solis" = ;
|
||||
# };
|
||||
# folders = {
|
||||
# "Documents" = {
|
||||
# path = "/home/horseman/Documents";
|
||||
# devices = [ "solis" "terra" "luna" ];
|
||||
# }:
|
||||
# "Programming" = {
|
||||
# path = "/home/horseman/Programming";
|
||||
# devices = [ "solis" "terra" "luna" ];
|
||||
# };
|
||||
# };
|
||||
# gui = {
|
||||
# user = ;
|
||||
# password = ;
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
|
||||
users.users = {
|
||||
horseman = {
|
||||
initialPassword = "1234";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue