global/general: disable zfs force import root

This commit is contained in:
Infinidoge 2024-05-05 04:58:10 -04:00
parent eaecb1f85b
commit a67a28ae2d
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -28,4 +28,7 @@
#environment.noXlibs = lib.mkDefault (!config.info.graphical);
persist.hideMounts = true;
# Disable force importing ZFS roots
boot.zfs.forceImportRoot = false;
}