Skip to content

Commit

Permalink
feat: make the k3s server also an agent
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaxbits committed Jan 2, 2025
1 parent e6583e6 commit 0188920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/patroclus/k3s.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
services.k3s = {
enable = true;
clusterInit = true;
disableAgent = true;
disableAgent = false;
role = "server";
tokenFile = config.age.secrets."k3s/common-secret".path;
extraFlags = [
Expand Down

0 comments on commit 0188920

Please sign in to comment.