chore(configs/common): remove tailscale autologin
keys only have 90 days expiry and it's annoying having to rotate them
This commit is contained in:
parent
ba4b27b664
commit
c5290e121d
3 changed files with 1 additions and 26 deletions
|
@ -15,10 +15,7 @@ let
|
|||
|
||||
rootPassword = _utils.setupSingleSecret config "rootPassword" { };
|
||||
secrets = _utils.setupSharedSecrets config {
|
||||
secrets = [
|
||||
"userPassword"
|
||||
"tailscaleKey"
|
||||
];
|
||||
secrets = [ "userPassword" ];
|
||||
};
|
||||
in
|
||||
{
|
||||
|
@ -188,11 +185,6 @@ in
|
|||
tailscale = {
|
||||
enable = true;
|
||||
useRoutingFeatures = "both";
|
||||
extraUpFlags = [
|
||||
"--ssh"
|
||||
"--stateful-filtering"
|
||||
];
|
||||
authKeyFile = secrets.get "tailscaleKey";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue