diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-24 13:55:24 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-24 13:55:24 +0200 |
commit | 64aa355a5882a4c088e8de455edb6cd2eec2213c (patch) | |
tree | 6e069e2c5a83b39728140a04452405073079d05a /hosts/apzu/hardware/cpu.nix | |
parent | fix(modules/system): Re-add the laptop settings for home-manager comp (diff) | |
download | nixos-config-64aa355a5882a4c088e8de455edb6cd2eec2213c.tar.gz nixos-config-64aa355a5882a4c088e8de455edb6cd2eec2213c.zip |
refactor(hosts/apzu): Use new modules
Diffstat (limited to 'hosts/apzu/hardware/cpu.nix')
-rw-r--r-- | hosts/apzu/hardware/cpu.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hosts/apzu/hardware/cpu.nix b/hosts/apzu/hardware/cpu.nix deleted file mode 100644 index 3bc6184f..00000000 --- a/hosts/apzu/hardware/cpu.nix +++ /dev/null @@ -1,3 +0,0 @@ -{...}: { - hardware.cpu.intel.updateMicrocode = true; # Why not? -} |