use pure nix for manifests, yaml is too buggy

This commit is contained in:
2026-03-05 15:41:01 -05:00
parent be44e93efe
commit 27bdb3f674
7 changed files with 82 additions and 52 deletions

View File

@@ -1,6 +1,7 @@
{
imports = [
./charts
./manifests
];
networking.firewall.allowedTCPPorts = [6443];
@@ -8,8 +9,5 @@
services.k3s = {
enable = true;
role = "server";
manifests = {
test-color.source = ./manifests/test;
};
};
}