various lifetime changes

This commit is contained in:
yaroslav
2025-06-19 15:22:41 +03:00
parent 6c570f2458
commit fa9c469d81
4 changed files with 19 additions and 9 deletions
+4
View File
@@ -87,8 +87,12 @@
};
networking.firewall.allowedTCPPorts = [ 4444 ];
networking.firewall.allowedUDPPorts = [ 69 ];
programs.amnezia-vpn.enable = true;
services.tftpd.enable = true;
services.tftpd.path = "/srv/pxe/tftp";
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
networking.hostName = "Aphelion";