diff --git a/hosts/Infini-SD/hardware-configuration.nix b/hosts/Infini-SD/hardware-configuration.nix index f8b89a0..614e9bf 100644 --- a/hosts/Infini-SD/hardware-configuration.nix +++ b/hosts/Infini-SD/hardware-configuration.nix @@ -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"; diff --git a/hosts/Infini-STICK/hardware-configuration.nix b/hosts/Infini-STICK/hardware-configuration.nix index 385e273..e58f0b2 100644 --- a/hosts/Infini-STICK/hardware-configuration.nix +++ b/hosts/Infini-STICK/hardware-configuration.nix @@ -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 = "Portable Installation";