about summary refs log tree commit diff stats
path: root/hosts/tiamat/hardware/cpu.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-23 18:30:43 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-23 18:30:43 +0200
commitbb009258411a2894555e4551a9ae151402d2c27e (patch)
tree92a038995df6f62de243690692efe7e85b2391b6 /hosts/tiamat/hardware/cpu.nix
parentbuild(flake): Update (diff)
downloadnixos-config-bb009258411a2894555e4551a9ae151402d2c27e.tar.gz
nixos-config-bb009258411a2894555e4551a9ae151402d2c27e.zip
refactor(hosts/tiamat): Adapt to the new modules for system
Diffstat (limited to '')
-rw-r--r--hosts/tiamat/hardware/cpu.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/hosts/tiamat/hardware/cpu.nix b/hosts/tiamat/hardware/cpu.nix
deleted file mode 100644
index 70eaff6f..00000000
--- a/hosts/tiamat/hardware/cpu.nix
+++ /dev/null
@@ -1,3 +0,0 @@
-{...}: {
-  hardware.cpu.amd.updateMicrocode = true; # Why not?
-}