add beta nix cache

Signed-off-by: cy <cy@cy7.sh>
This commit is contained in:
cy 2025-01-25 09:47:52 -05:00
parent 750b202a42
commit ca047c1885
4 changed files with 23 additions and 5 deletions

View file

@ -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;
};