this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

curve: disable k3s

+1 -1
+1 -1
hosts/profiles/kuberenetes/default.nix
··· 3 3 { 4 4 # k3s 5 5 networking.firewall.allowedTCPPorts = [ 6443 ]; 6 - services.k3s.enable = true; 6 + services.k3s.enable = false; 7 7 services.k3s.role = "server"; 8 8 services.k3s.clusterInit = true; 9 9 # services.k3s.extraFlags = toString [