microcode

This commit is contained in:
death916 2025-12-26 00:41:42 -08:00
parent 442185fa2d
commit 67e320c948
2 changed files with 8 additions and 3 deletions

View file

@ -32,7 +32,11 @@
fileSystems."/storage" = {
device = "/dev/disk/by-label/storage";
fsType = "btrfs";
options = [ "compress=zstd" "noatime" "nofail" ];
options = [
"compress=zstd"
"noatime"
"nofail"
];
};
networking.nftables.enable = true;
@ -62,7 +66,7 @@
services.resolved = {
enable = true;
extraConfig = ''
DNS=9.9.9.9 192.168.0.1
DNS=192.168.0.1 9.9.9.9
DNSStubListener=no
'';
};

View file

@ -17,6 +17,7 @@
];
config = {
hardware.cpu.amd.updateMicrocode = true;
# Wait for network to be online
# systemd.services.NetworkManager-wait-online.enable = true;