semicolon

This commit is contained in:
NyxErinys 2026-05-17 23:29:26 -05:00
parent 0ac4dabdb5
commit 8559b5331c

View file

@ -35,7 +35,7 @@ in
token = config.sops.secrets.k3s_token.path; token = config.sops.secrets.k3s_token.path;
clusterInit = mkIf cfg.initServer true; clusterInit = mkIf cfg.initServer true;
serverAddr = mkIf (!cfg.initServer) "https://10.5.0.103:6443"; serverAddr = mkIf (!cfg.initServer) "https://10.5.0.103:6443";
manifests = import ./manifests.nix { inherit lib cfg inputs } manifests = import ./manifests.nix { inherit lib cfg inputs };
}; };
}; };
} }