athens/nix/modules/k3s/agent.nix

9 lines
131 B
Nix
Raw Normal View History

2025-03-08 17:50:32 -05:00
{
imports = [ ./common.nix ];
services.k3s = {
role = "agent";
serverAddr = "https://<ip of first node>:6443";
};
}