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:
@@ -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" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user