From 2f5c74b2457ab9f127f6b9de923b3d164e019c5c Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 28 Nov 2022 16:22:32 -0500 Subject: [PATCH] nit(Infini-DESKTOP): remove unnecessary values --- hosts/Infini-DESKTOP/hardware-configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/Infini-DESKTOP/hardware-configuration.nix b/hosts/Infini-DESKTOP/hardware-configuration.nix index 4473251..5560fb7 100644 --- a/hosts/Infini-DESKTOP/hardware-configuration.nix +++ b/hosts/Infini-DESKTOP/hardware-configuration.nix @@ -10,8 +10,6 @@ in boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ]; - boot.kernelParams = [ "boot.shell_on_fail" ]; - boot.supportedFilesystems = [ "btrfs" ]; hardware.enableRedistributableFirmware = lib.mkDefault true;