fix tailscale

This commit is contained in:
fuckwit 2024-12-09 19:06:45 +01:00
parent 7d82ca8f5d
commit 07e17650a8

View File

@ -104,9 +104,8 @@
tailscale = {
enable = true;
extraSetFlags = [
extraUpFlags = [
"--accept-routes=true"
"--accept-dns=false"
];
authKeyFile = config.sops.secrets."tailscale-auth-key".path;
};