nix/denna: k3s: token path
Anirudh Oppiliappan x@icyphox.sh
Sun, 07 Jul 2024 10:32:22 +0300
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
hosts/denna/configuration.nix
→
hosts/denna/configuration.nix
@@ -85,7 +85,7 @@ services.k3s = {
enable = true; role = "agent"; serverAddr = "https://sini:6443"; - tokenFile = "/var/lib/rancher/k3s/agent/token"; + tokenFile = "/var/lib/rancher/k3s/token"; }; nix.settings.experimental-features = [ "nix-command" "flakes" ];