[NixOS] Enable k3s on biskcomp nixquick and railbird-sf

This commit is contained in:
Your Name
2024-09-30 20:47:12 -06:00
parent de27a133e7
commit 32755e1411
4 changed files with 14 additions and 1 deletions

View File

@@ -22,7 +22,6 @@ in {
};
services.k3s = {
enable = true;
role = "server";
clusterInit = cfg.serverAddr == "";
serverAddr = cfg.serverAddr;
tokenFile = config.age.secrets."1896Folsom-k3s-token.age".path;