enable k3s
This commit is contained in:
@@ -115,6 +115,19 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
# ================================ #
|
||||
# K3S SERVICE #
|
||||
# ================================ #
|
||||
|
||||
services.k3s = {
|
||||
enable = true;
|
||||
role = "server";
|
||||
};
|
||||
|
||||
# ================================ #
|
||||
# END K3S SERVICE #
|
||||
# ================================ #
|
||||
|
||||
# ================================ #
|
||||
# BLOG SERVICE #
|
||||
# ================================ #
|
||||
@@ -209,6 +222,7 @@ in
|
||||
22
|
||||
80
|
||||
443
|
||||
6443 # k3s
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user