Revert "k3s: init"

This reverts commit 04a828d78d.
This commit is contained in:
Nico 2025-08-30 18:13:27 +10:00
parent cded5bfdf7
commit 254433bc62
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0
2 changed files with 0 additions and 13 deletions

View file

@ -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)
];
}