diff options
-rw-r--r-- | nixos/machine/lipwig.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/machine/lipwig.nix b/nixos/machine/lipwig.nix index 2346b3b..23d0b7b 100644 --- a/nixos/machine/lipwig.nix +++ b/nixos/machine/lipwig.nix @@ -153,8 +153,8 @@ with lib; { overrideDevices = false; overrideFolders = false; - dataDir = "/nas"; - configDir = "/nas/.syncthing"; + dataDir = "/nas/sync"; + configDir = "/nas/sync/.syncthing"; }; }; } |