diff --git a/hosts/common/default.nix b/hosts/common/default.nix index 65a2cbc..46bb26f 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -65,6 +65,8 @@ hardware.bluetooth.enable = true; services.blueman.enable = true; + hardware.cpu.intel.updateMicrocode = true; + # Define a user account. Don't forget to set a password with ‘passwd’. users.users.daniel = { isNormalUser = true;