added VSCodium, fixed stateVersion for Aphelion

This commit is contained in:
yaroslav
2025-06-15 16:41:40 +03:00
parent 129370cefb
commit 0da3839754
3 changed files with 8 additions and 1 deletions
+5 -1
View File
@@ -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";
}