From dc2ef245d76f900f174e87961a3d17e6aecbd6e2 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 2 Jun 2021 11:38:40 +0200 Subject: 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 --- modules/user/aszlig/profiles/base.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules') 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; -- cgit 1.4.1