From a0586a8032540d4781f43c10f47594e52622ce0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 30 Mar 2025 14:56:50 +0200 Subject: nixos/lipwig: move sync to root from nas Frees some space on NFS storage. --- nixos/configurations/lipwig.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nixos/configurations') diff --git a/nixos/configurations/lipwig.nix b/nixos/configurations/lipwig.nix index 4dc51c7..3444dfa 100644 --- a/nixos/configurations/lipwig.nix +++ b/nixos/configurations/lipwig.nix @@ -26,7 +26,7 @@ /run/wrappers/bin/sudo -u postgres /run/current-system/sw/bin/pg_dumpall ''; nextcloud_data.paths = "/nas/nextcloud/data"; - sync_data.paths = "/nas/sync"; + sync_data.paths = "/sync"; }; }; @@ -42,7 +42,7 @@ ]; }; "/nas/nextcloud-sync" = { - device = "/nas/sync"; + device = "/sync"; fsType = "fuse.bindfs"; options = ["map=syncthing/nextcloud:@syncthing/@nextcloud"]; }; @@ -354,7 +354,7 @@ enable = true; user = "syncthing"; group = "syncthing"; - dataDir = "/nas/sync"; + dataDir = "/sync"; }; }; } -- cgit v1.2.3