Added: k3s setup; Changed Firewall

This commit is contained in:
2026-02-18 16:35:01 +01:00
parent fc94e2f0af
commit ecf0d52f76
5 changed files with 71 additions and 9 deletions

View File

@@ -6,6 +6,7 @@
{
imports = [
./postgres.nix
./k3s-master.nix
];
# Any RPi 4 specific customizations go here
@@ -17,9 +18,5 @@
# prefixLength = 24;
# }
# ];
firewall = {
allowedTCPPorts = [ 5432 ];
};
};
}