Added: k3s setup; Changed Firewall
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user