From ecb1ca6bd5873c6c6f0f96604572ced9f2540740 Mon Sep 17 00:00:00 2001 From: William <31864305+baduhai@users.noreply.github.com> Date: Mon, 19 Feb 2024 08:31:25 -0300 Subject: [PATCH] The problem could not have been simpler --- hosts/desktops/io/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/desktops/io/hardware-configuration.nix b/hosts/desktops/io/hardware-configuration.nix index 6b3f15d..ccb13bd 100644 --- a/hosts/desktops/io/hardware-configuration.nix +++ b/hosts/desktops/io/hardware-configuration.nix @@ -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";