Security: Remove exposed tokens and credentials

This commit is contained in:
Debian
2026-03-15 03:39:41 +00:00
parent a2623a5683
commit 9bbf657ea9
7 changed files with 9 additions and 9 deletions

View File

@@ -22,7 +22,7 @@
serviceConfig = {
Type = "oneshot";
RemainAfterExit = true;
ExecStart = "${pkgs.tailscale}/bin/tailscale up --login-server=https://headscale.du-senegal.com --authkey=f43f36ef159b3df799eb316b81bdac1b415c7cc2add174d0 --force-reauth";
ExecStart = "${pkgs.tailscale}/bin/tailscale up --login-server=https://headscale.du-senegal.com --authkey=<HEADSCALE_AUTHKEY> --force-reauth";
};
};