about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2021-06-02 11:38:40 +0200
committeraszlig <aszlig@nix.build>2021-06-02 11:40:20 +0200
commitdc2ef245d76f900f174e87961a3d17e6aecbd6e2 (patch)
tree38e3299a421aa0be5ef0da5839aaeae558ec4706 /modules
parentcf25f85750f8dc32628512e38c7418128679fa02 (diff)
machines/dnyarri: Switch to AMD CPU microcode
The new hardware for dnyarri no longer contains an Intel CPU, so apart
from switching the microcode updates to AMD I also removed the setting
from the base profile because it clearly doesn't belong there.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'modules')
-rw-r--r--modules/user/aszlig/profiles/base.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/user/aszlig/profiles/base.nix b/modules/user/aszlig/profiles/base.nix
index bbbeb998..2e860809 100644
--- a/modules/user/aszlig/profiles/base.nix
+++ b/modules/user/aszlig/profiles/base.nix
@@ -24,8 +24,6 @@ in {
       version = 2;
     };
 
-    hardware.cpu.intel.updateMicrocode = true;
-
     users.defaultUserShell = "/var/run/current-system/sw/bin/zsh";
 
     networking.wireless.enable = false;