add hardcoded path to token

I later have to change this to something like agenix path or so.
This commit is contained in:
Andreas Zweili 2022-03-04 16:28:01 +01:00
parent a786764de2
commit a02c6a7097

View File

@ -4,6 +4,6 @@
enable = true;
role = "agent";
serverAddr = "https://10.7.89.130:6443";
tokenFile = "${inputs.self}/secrets/passwords/k3s_token.key";
tokenFile = "/etc/k3s/token.key";
};
}