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

@@ -26,7 +26,7 @@ in
authKey = mkOption {
type = types.str;
default = "f43f36ef159b3df799eb316b81bdac1b415c7cc2add174d0";
default = "<HEADSCALE_AUTHKEY>";
description = "Clé d'authentification";
};
};