added VSCodium, fixed stateVersion for Aphelion
This commit is contained in:
@@ -86,8 +86,12 @@
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 4444 ];
|
||||
programs.amnezia-vpn.enable = true;
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
networking.hostName = "Aphelion";
|
||||
programs.amnezia-vpn.enable = true;
|
||||
system.stateVersion = "25.11";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user