From 2fa38f40dd793e45d3d53819caba627e0caa9d95 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 4 Sep 2024 02:12:55 -0400 Subject: [PATCH] hosts/*: remove redundant zfs forceImportRoot --- hosts/Infini-SD/hardware-configuration.nix | 1 - hosts/Infini-STICK/hardware-configuration.nix | 1 - 2 files changed, 2 deletions(-) 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";