From c9b0b25abe8f77d1a84bdba51d4ce407b293fa2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 20 Feb 2023 10:44:18 +0100 Subject: nixos/lipwig: move syncthing directory to subdirectory --- nixos/machine/lipwig.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos') 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"; }; }; } -- cgit v1.2.3