Fix another typo

This commit is contained in:
Johannes Jöns 2023-07-10 10:26:44 +02:00
parent 432676e271
commit 2c4e1b5d7f

View file

@ -35,6 +35,6 @@
#nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
hardware.enableRedistrubutableFirmware = true;
hardware.enableRedistributableFirmware = true;
}