Set boot.zfs.forceImportRoot = false

Suite aux recommendations de nixpkgs.
main
Guillaume Lévy 2026-06-11 16:04:32 +02:00
parent c9ec7af7da
commit 53884d6afd
1 changed files with 3 additions and 0 deletions

View File

@ -24,4 +24,7 @@
useTmpfs = true;
cleanOnBoot = true;
};
# Recommandé depuis le passage à 26.05
boot.zfs.forceImportRoot = false;
}