initialize k3s templates

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-05-25 15:36:40 -04:00
parent 3a61c7522d
commit 9985fc8778
5 changed files with 41 additions and 16 deletions

View File

@ -1 +1,6 @@
{ ... }: { }
{ ... }:
{
imports = [ ./k3s-common.nix ];
services.k3s.role = "server";
}