Added various things, returned Aphelion back to functional state now

with zfs

Note: this is probably the first commit with coq-nvim working again,
don't remove uder any circumstances
This commit is contained in:
yaroslav
2025-07-27 16:18:35 +03:00
parent 7ceaa8e748
commit 7850408607
13 changed files with 70 additions and 37 deletions
+2 -5
View File
@@ -29,8 +29,8 @@
# networking
networking.networkmanager.enable = true;
networking.firewall.allowedTCPPorts = [ 22 3240 2049 ];
networking.firewall.allowedUDPPorts = [ 38401 ];
networking.firewall.allowedTCPPorts = [ 22 3240 2049 25565 ];
networking.firewall.allowedUDPPorts = [ 38401 25565 ];
networking.nftables.enable = true;
networking.hosts = {
"192.168.1.116" = [ "Clank" ];
@@ -38,9 +38,6 @@
"192.168.1.94" = [ "Qwark" ];
};
# mailing
services.exim.enable = true;
# locales
i18n.extraLocales = [ "en_US.UTF-8/UTF-8" "C.UTF-8/UTF-8" "ru_RU.UTF-8/UTF-8" ];