hosts/*: remove redundant zfs forceImportRoot

This commit is contained in:
Infinidoge 2024-09-04 02:12:55 -04:00
parent 07b3a6db95
commit 2fa38f40dd
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
2 changed files with 0 additions and 2 deletions

View file

@ -11,7 +11,6 @@
boot.extraModulePackages = [ ];
boot.kernelParams = [ "boot.shell_on_fail" ];
boot.supportedFilesystems = [ "btrfs" "zfs" ];
boot.zfs.forceImportRoot = false;
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
info.model = "SD Card Installation";