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
|
# 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;
|
||||||
|
|
Loading…
Reference in a new issue