Skip to content

Commit

Permalink
fix: no-deploy --> disable
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaxbits committed Jan 2, 2025
1 parent bd9db5b commit e6583e6
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 @@ -7,7 +7,7 @@
role = "server";
tokenFile = config.age.secrets."k3s/common-secret".path;
extraFlags = [
"--no-deploy traefik"
"--disable traefik"
];
};
users = {
Expand Down

0 comments on commit e6583e6

Please sign in to comment.