From b01725eb25f21d55d58862ae38733b0ada99b673 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Sun, 16 Feb 2025 11:28:10 +0100 Subject: impermanence preps --- modules/snorlax/disk-config.nix | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'modules/snorlax/disk-config.nix') diff --git a/modules/snorlax/disk-config.nix b/modules/snorlax/disk-config.nix index 9bac5f0..bf55bc3 100644 --- a/modules/snorlax/disk-config.nix +++ b/modules/snorlax/disk-config.nix @@ -40,15 +40,9 @@ postCreateHook = "zfs list -t snap -H -o name | grep -E '^zroot@blank$' || zfs snapshot zroot@blank"; datasets = { - git = { + persist = { type = "zfs_fs"; - mountpoint = "/var/lib/git"; - options."com.sun:auto-snapshot" = "true"; - }; - - samba = { - type = "zfs_fs"; - mountpoint = "/srv/samba"; + mountpoint = "/persist"; options."com.sun:auto-snapshot" = "true"; }; }; -- cgit v1.2.3