various lifetime changes
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user