athens/nix/modules/k3s/server.nix

8 lines
103 B
Nix
Raw Permalink Normal View History

2025-03-08 17:50:32 -05:00
{
imports = [ ./common.nix ];
services.k3s = {
role = "server";
clusterInit = true;
};
}