add k3s

This commit is contained in:
2025-03-08 17:50:32 -05:00
parent 72198292ab
commit defc49c48a
7 changed files with 41 additions and 12 deletions

View File

@ -0,0 +1,8 @@
{
imports = [ ./common.nix ];
services.k3s = {
role = "agent";
serverAddr = "https://<ip of first node>:6443";
};
}