open firewall on k3s master

This commit is contained in:
Andreas Zweili 2022-03-04 15:48:04 +01:00
parent 4ef6bbbf78
commit 0084e2a3b8
1 changed files with 1 additions and 0 deletions

View File

@ -4,4 +4,5 @@
enable = true;
role = "server";
};
networking.firewall.allowedTCPPorts = [ 6443 ];
}