global/general: disable zfs force import root
This commit is contained in:
parent
eaecb1f85b
commit
a67a28ae2d
1 changed files with 3 additions and 0 deletions
|
@ -28,4 +28,7 @@
|
||||||
#environment.noXlibs = lib.mkDefault (!config.info.graphical);
|
#environment.noXlibs = lib.mkDefault (!config.info.graphical);
|
||||||
|
|
||||||
persist.hideMounts = true;
|
persist.hideMounts = true;
|
||||||
|
|
||||||
|
# Disable force importing ZFS roots
|
||||||
|
boot.zfs.forceImportRoot = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue