aboutsummaryrefslogtreecommitdiff
path: root/nixos/configurations
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2025-03-30 14:56:50 +0200
committerKarel Kočí <cynerd@email.cz>2025-03-30 14:56:50 +0200
commita0586a8032540d4781f43c10f47594e52622ce0c (patch)
tree96e2c598af7998cbcb00f7e735ea2d80f02c22a1 /nixos/configurations
parent289165037d5a625fec91506bbc384b025abd10ac (diff)
downloadnixos-personal-a0586a8032540d4781f43c10f47594e52622ce0c.tar.gz
nixos-personal-a0586a8032540d4781f43c10f47594e52622ce0c.tar.bz2
nixos-personal-a0586a8032540d4781f43c10f47594e52622ce0c.zip
nixos/lipwig: move sync to root from nas
Frees some space on NFS storage.
Diffstat (limited to 'nixos/configurations')
-rw-r--r--nixos/configurations/lipwig.nix6
1 files changed, 3 insertions, 3 deletions
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";
};
};
}