test disabling k3s server

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-05-25 22:16:13 -04:00
parent 23fc7d2667
commit 327895435b
2 changed files with 3 additions and 1 deletions

View File

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