From e9548645c10ceb88faa49615aa308150f87d53a1 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Fri, 11 Aug 2023 16:51:35 +0200 Subject: cleanup phaenn config --- machines/phaenn/default.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'machines') diff --git a/machines/phaenn/default.nix b/machines/phaenn/default.nix index 8fbbfab..d4b4d6c 100644 --- a/machines/phaenn/default.nix +++ b/machines/phaenn/default.nix @@ -6,12 +6,9 @@ ]; boot.initrd.availableKernelModules = [ "ahci" "nvme" ]; - boot.initrd.kernelModules = [ "zfs" ]; - boot.kernelModules = [ "kvm-amd" "zfs" ]; - boot.extraModulePackages = [ ]; + boot.kernelModules = [ "kvm-amd" ]; boot.loader.grub = { - zfsSupport = true; mirroredBoots = [ { devices = [ "/dev/sdd" ]; path = "/boot"; } { devices = [ "/dev/sdc" ]; path = "/boot2"; } @@ -41,7 +38,4 @@ }; nameservers = [ "1.1.1.1" "8.8.8.8" ]; }; - - powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand"; - hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; } -- cgit v1.2.3