all repos — dotfiles @ a6505b21cb3fddde7f6c0dad13c04739e6cbe6ee

my *nix dotfiles

nix/denna: k3s: token path
Anirudh Oppiliappan x@icyphox.sh
Sun, 07 Jul 2024 10:32:22 +0300
commit

a6505b21cb3fddde7f6c0dad13c04739e6cbe6ee

parent

543f1d3002f724cf47508c2b7feb53b2d370fe58

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M hosts/denna/configuration.nixhosts/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" ];