server: add lazygit and enable firewall

This commit is contained in:
2026-08-02 21:32:09 +02:00
parent b4ae5a89aa
commit 78eaa4674a
5 changed files with 19 additions and 4 deletions
+1
View File
@@ -6,6 +6,7 @@
./services.nix
./smb.nix
./zfs.nix
./firewall.nix
../scripts.nix
];
}
+9
View File
@@ -0,0 +1,9 @@
{
networking.firewall.allowedTCPPorts = [
32895
4533
2049
445
5030
];
}