add beta nix cache
Signed-off-by: cy <cy@cy7.sh>
This commit is contained in:
parent
750b202a42
commit
ca047c1885
4 changed files with 23 additions and 5 deletions
|
@ -2,7 +2,10 @@
|
|||
services.tailscale = {
|
||||
enable = true;
|
||||
authKeyFile = config.sops.secrets."tailscale/auth".path;
|
||||
extraUpFlags = [ "--advertise-exit-node" ];
|
||||
extraUpFlags = [
|
||||
"--advertise-exit-node"
|
||||
"--accept-dns=false"
|
||||
];
|
||||
useRoutingFeatures = "server";
|
||||
openFirewall = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue