2025-03-10 23:22:23 -04:00
|
|
|
_:
|
|
|
|
let
|
|
|
|
hosts = import ../../hosts.nix;
|
|
|
|
in
|
2025-03-08 17:50:32 -05:00
|
|
|
{
|
|
|
|
imports = [ ./common.nix ];
|
|
|
|
|
|
|
|
services.k3s = {
|
|
|
|
role = "agent";
|
2025-03-10 23:22:23 -04:00
|
|
|
serverAddr = "https://${hosts.plato.address}:6443";
|
2025-03-08 17:50:32 -05:00
|
|
|
};
|
|
|
|
}
|