aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2023-02-20 10:44:18 +0100
committerKarel Kočí <cynerd@email.cz>2023-02-20 10:44:18 +0100
commitc9b0b25abe8f77d1a84bdba51d4ce407b293fa2c (patch)
tree18b1d467ca85b7da4aff52f7f408aa87ff0b72b4 /nixos
parent52e3799550a6315cb9b182bfd366e0c1b712ec55 (diff)
downloadnixos-personal-c9b0b25abe8f77d1a84bdba51d4ce407b293fa2c.tar.gz
nixos-personal-c9b0b25abe8f77d1a84bdba51d4ce407b293fa2c.tar.bz2
nixos-personal-c9b0b25abe8f77d1a84bdba51d4ce407b293fa2c.zip
nixos/lipwig: move syncthing directory to subdirectory
Diffstat (limited to 'nixos')
-rw-r--r--nixos/machine/lipwig.nix4
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";
};
};
}