nix-dotfiles/modules/opt/k3s-agent.nix

6 lines
78 B
Nix
Raw Normal View History

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