The problem could not have been simpler

This commit is contained in:
William 2024-02-19 08:31:25 -03:00 committed by GitHub
parent 160ca8847b
commit ecb1ca6bd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@
networking.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64";
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";