athens/nix/modules/k3s/agent.nix
2025-03-08 17:50:32 -05:00

9 lines
131 B
Nix

{
imports = [ ./common.nix ];
services.k3s = {
role = "agent";
serverAddr = "https://<ip of first node>:6443";
};
}