Various qwark updates

This commit is contained in:
yaroslav
2025-06-12 11:42:51 +03:00
parent d0286e99e0
commit 7060c03f10
4 changed files with 40 additions and 17 deletions
+3 -1
View File
@@ -55,7 +55,9 @@
#boot.initrd.network.flushBeforeStage2 = false;
# networking.interfaces.enp3s0.useDHCP = lib.mkDefault true;
# networking.interfaces.enp5s0.useDHCP = lib.mkDefault true;
networking.firewall.allowedTCPPorts = [ 4713 ];
networking.hostName = "Qwark";
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
system.stateVersion = "25.05";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
}