aboutsummaryrefslogtreecommitdiff
path: root/machines/phaenn/default.nix
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2023-08-11 16:51:35 +0200
committerMax Audron <audron@cocaine.farm>2023-08-11 16:51:35 +0200
commite9548645c10ceb88faa49615aa308150f87d53a1 (patch)
treefcda1a98543b9b5dbe2bc145889336a61d6fb48f /machines/phaenn/default.nix
parentinit (diff)
cleanup phaenn config
Diffstat (limited to 'machines/phaenn/default.nix')
-rw-r--r--machines/phaenn/default.nix8
1 files changed, 1 insertions, 7 deletions
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;
}