zfs pool config
This commit is contained in:
parent
4b2667b061
commit
aa8e22ffae
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue