diff options
author | Franck Cuny <franck@fcuny.net> | 2023-05-02 17:50:50 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-05-02 17:50:50 -0700 |
commit | 80b2a5ed2cf30c66ec75480c24c53c7b329c3381 (patch) | |
tree | 11c574af791e9a71ec39b03ffa682b58584bf796 /hosts/carmel | |
parent | profiles/default: move default packages there (diff) | |
download | world-80b2a5ed2cf30c66ec75480c24c53c7b329c3381.tar.gz |
profiles/hardware: create a few profiles related to hardware
Diffstat (limited to 'hosts/carmel')
-rw-r--r-- | hosts/carmel/default.nix | 1 | ||||
-rw-r--r-- | hosts/carmel/hardware.nix | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/hosts/carmel/default.nix b/hosts/carmel/default.nix index cbad04d..c9915d2 100644 --- a/hosts/carmel/default.nix +++ b/hosts/carmel/default.nix @@ -7,6 +7,7 @@ ./networking.nix ./services.nix "${self}/profiles/server.nix" + "${self}/profiles/hardware/amd.nix" ]; # This value determines the NixOS release from which the default diff --git a/hosts/carmel/hardware.nix b/hosts/carmel/hardware.nix index 94ece14..984f571 100644 --- a/hosts/carmel/hardware.nix +++ b/hosts/carmel/hardware.nix @@ -24,8 +24,5 @@ }; swapDevices = [ ]; - - my.hardware.amd.enable = true; - powerManagement.cpuFreqGovernor = "schedutil"; } |