enable k3s

This commit is contained in:
2026-05-19 22:31:52 -05:00
parent 4096ea9ecb
commit 802902bc39
+14
View File
@@ -115,6 +115,19 @@ in
}; };
}; };
# ================================ #
# K3S SERVICE #
# ================================ #
services.k3s = {
enable = true;
role = "server";
};
# ================================ #
# END K3S SERVICE #
# ================================ #
# ================================ # # ================================ #
# BLOG SERVICE # # BLOG SERVICE #
# ================================ # # ================================ #
@@ -209,6 +222,7 @@ in
22 22
80 80
443 443
6443 # k3s
]; ];
}; };