diff --git a/configurations/mini-pc.nix b/configurations/mini-pc.nix index 090bece..db3c905 100644 --- a/configurations/mini-pc.nix +++ b/configurations/mini-pc.nix @@ -110,7 +110,7 @@ let ]; }; syncthing = { - enable = false; + enable = true; systemService = true; configDir = "${xlib.dirs.user-storage}/Syncthing/${config.system.name}"; dataDir = "${xlib.dirs.user-home}"; diff --git a/home/apps/syncthing.nix b/home/apps/syncthing.nix deleted file mode 100644 index 8c75089..0000000 --- a/home/apps/syncthing.nix +++ /dev/null @@ -1,32 +0,0 @@ -{ - config, - pkgs, - xlib, - inputs, - ... -}: -# let -# grampsPath = "${xlib.dirs.wsl-storage}/gramps"; -# in -{ -# xdg = { -# configFile = { -# "grampsConfig" = { -# source = config.lib.file.mkOutOfStoreSymlink grampsPath; -# target = "gramps"; -# }; -# }; -# dataFile = { -# "grampsData" = { -# source = config.lib.file.mkOutOfStoreSymlink grampsPath; -# target = "gramps"; -# }; -# }; -# }; - services.syncthing = { - enable = true; - tray.enable = true; - }; - home.packages = [ - ]; -} diff --git a/modules/users.nix b/modules/users.nix index 207f1c3..235d423 100644 --- a/modules/users.nix +++ b/modules/users.nix @@ -40,7 +40,7 @@ }; systemd.tmpfiles.rules = [ - "z /mnt/shared 2775 root users -" + "z /home/shared 2775 root users -" ]; sops = {