zfs pool config

This commit is contained in:
Joseph Hanson 2024-09-04 14:14:51 -05:00
parent 4b2667b061
commit aa8e22ffae
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -13,7 +13,7 @@ in
]; ];
# Debug # Debug
boot.zfs.forceImportRoot = lib.mkForce true; # boot.zfs.forceImportRoot = lib.mkForce true;
boot = { boot = {
initrd = { initrd = {
@ -99,7 +99,7 @@ in
# ZFS # ZFS
zfs.enable = true; zfs.enable = true;
# zfs.mountPoolsAtBoot = [ "eru" ]; zfs.mountPoolsAtBoot = [ "nahar" ];
# NFS # NFS
nfs.enable = true; nfs.enable = true;