This commit is contained in:
2026-03-12 10:27:03 +01:00
parent 90f5e4ffb4
commit 371ad1bc31
2 changed files with 2 additions and 0 deletions

View File

@@ -35,5 +35,6 @@
boot.kernelParams = [ "quiet" "splash" "boot.shell_on_fail" "loglevel=3" "rd.systemd.show_status=false" "rd.udev.log_level=3" "udev.log_priority=3" ];
nixpkgs.hostPlatform = system;
hardware.cpu.amd.updateMicrocode = true;
networking.interfaces."wlp4s0".wakeOnLan.enable = true;
};
}