Security: Remove exposed tokens and credentials
This commit is contained in:
@@ -26,7 +26,7 @@ in
|
||||
|
||||
authKey = mkOption {
|
||||
type = types.str;
|
||||
default = "f43f36ef159b3df799eb316b81bdac1b415c7cc2add174d0";
|
||||
default = "<HEADSCALE_AUTHKEY>";
|
||||
description = "Clé d'authentification";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user