nix-dotfiles/modules/opt/k3s-agent.nix
ahuston-0 9985fc8778
initialize k3s templates
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-08-06 20:03:52 -04:00

6 lines
78 B
Nix

{ ... }:
{
imports = [ ./k3s-common.nix ];
services.k3s.role = "agent";
}