flake update

This commit is contained in:
2026-06-07 09:34:58 +02:00
parent 73e7430c30
commit aa3b2d6eae
2 changed files with 30 additions and 33 deletions
@@ -112,9 +112,6 @@
powerManagement = {
cpuFreqGovernor = lib.mkDefault "powersave";
powertop.enable = true;
powerUpCommands = ''
${pkgs.hdparm}/sbin/hdparm -S 150 /dev/disk/by-uuid/e036f437-bc91-4398-b182-7cf5724e23a2
'';
};
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}