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

@@ -4,7 +4,7 @@
}:
{
#imports = [ ];
imports = [ ../services/k3s-agent.nix ];
# Any RPi 4 specific customizations go here
networking = {
@@ -15,9 +15,5 @@
# prefixLength = 24;
# }
# ];
firewall = {
allowedTCPPorts = [ ];
};
};
}