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
boot.zfs.forceImportRoot = lib.mkForce true;
# boot.zfs.forceImportRoot = lib.mkForce true;
boot = {
initrd = {
@ -99,7 +99,7 @@ in
# ZFS
zfs.enable = true;
# zfs.mountPoolsAtBoot = [ "eru" ];
zfs.mountPoolsAtBoot = [ "nahar" ];
# NFS
nfs.enable = true;