galadriel zfs automount

This commit is contained in:
Adrian Gunnar Lauterer 2024-12-08 13:19:57 +01:00
parent be2a7863dc
commit 1332d72a5c

View File

@ -8,6 +8,9 @@
services.zfs.autoSnapshot.enable = true;
services.zfs.autoSnapshot.flags = "-k -p --utc";
boot.zfs.extraPools = [ "Main" ];
environment.systemPackages = with pkgs; [
zfs
zfsnap