added sunshine

This commit is contained in:
2025-06-08 22:57:15 +03:00
parent c0c1da930e
commit 0fba45e67f
6 changed files with 885 additions and 8 deletions
+3 -4
View File
@@ -26,10 +26,9 @@
# networking
networking.networkmanager.enable = true;
networking.firewall.enable = false;
# networking.firewall.allowedTCPPorts = [ 22 38401 ];
# networking.firewall.allowedUDPPorts = [ 38401 ];
# networking.nftables.enable = true;
networking.firewall.allowedTCPPorts = [ 22 38401 ];
networking.firewall.allowedUDPPorts = [ 38401 ];
networking.nftables.enable = true;
# locales
i18n.extraLocales = [ "en_US.UTF-8/UTF-8" "C.UTF-8/UTF-8" "ru_RU.UTF-8/UTF-8" ];