Skip to content

Commit c367e05

Browse files
committed
Update
1 parent d900785 commit c367e05

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

hosts/X13Gen2/hardware-configuration.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626

2727
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
2828
networking.useDHCP = lib.mkDefault true;
29-
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
29+
hardware.enableRedistributableFirmware = true;
3030
}

nixos/config/services.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
services = {
44
ntp.enable = true;
55
cachix-agent.enable = true;
6+
pcscd.enable = true;
67

78
ollama = {
89
enable = true;

0 commit comments

Comments
 (0)