1
0
Fork 0

zfs: don't force import

like recommendation in description
This commit is contained in:
Sandro - 2023-01-02 05:06:30 +01:00
parent 9566f77ec2
commit fba7a56124
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,11 @@
lib.mkMerge [
{
boot.cleanTmpDir = true;
boot = {
cleanTmpDir = true;
# recommend to turn off, only on by default for backwards compatibility
zfs.forceImportRoot = false;
};
documentation.nixos.enable = false;