nix-dotfiles/nixos_modules/k3s.nix
2022-05-07 15:18:05 +02:00

5 lines
47 B
Nix

{
services.k3s = {
enable = true;
};
}