nix-dotfiles/modules/opt/k3s-server.nix
ahuston-0 327895435b
test disabling k3s server
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-08-06 20:03:52 -04:00

7 lines
82 B
Nix

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