server: add lazygit and enable firewall
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
./services.nix
|
||||
./smb.nix
|
||||
./zfs.nix
|
||||
./firewall.nix
|
||||
../scripts.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
32895
|
||||
4533
|
||||
2049
|
||||
445
|
||||
5030
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user