something

This commit is contained in:
yaroslav
2025-07-24 13:51:33 +03:00
parent cc6b07ad96
commit 3fae28440d
7 changed files with 35 additions and 15 deletions
+2 -1
View File
@@ -11,6 +11,7 @@
time.timeZone = "Europe/Moscow";
programs.zsh.enable = true;
programs.fish.enable = true;
environment.systemPackages = with pkgs; [
git
@@ -28,7 +29,7 @@
# networking
networking.networkmanager.enable = true;
networking.firewall.allowedTCPPorts = [ 22 3240 ];
networking.firewall.allowedTCPPorts = [ 22 3240 2049 ];
networking.firewall.allowedUDPPorts = [ 38401 ];
networking.nftables.enable = true;
networking.hosts = {