parent
cded5bfdf7
commit
254433bc62
2 changed files with 0 additions and 13 deletions
|
|
@ -1,12 +0,0 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
services.k3s = {
|
||||
enable = true;
|
||||
role = "server";
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
6443 # k3s: required so that pods can reach the API server (running on port 6443 by default)
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue