6 lines
78 B
Nix
6 lines
78 B
Nix
{ ... }:
|
|
{
|
|
imports = [ ./k3s-common.nix ];
|
|
services.k3s.role = "agent";
|
|
}
|