all: welcome to 23.05

This commit is contained in:
Anish Lakhwara
2023-08-12 18:57:16 -07:00
parent d3a469a3f7
commit e352f95114
20 changed files with 182 additions and 192 deletions
+2 -2
View File
@@ -3,9 +3,9 @@
{
# k3s
networking.firewall.allowedTCPPorts = [ 6443 ];
services.k3s.enable = false;
services.k3s.enable = true;
services.k3s.role = "server";
services.k3s.clusterInit = true;
services.k3s.clusterInit = false;
# services.k3s.extraFlags = toString [
# "--kubelet-arg=v=4" # Optionally add additional args to k3s
# ];