diff options
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/bismuth/default.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/machines/bismuth/default.nix b/machines/bismuth/default.nix index f8d6b51..448ea21 100644 --- a/machines/bismuth/default.nix +++ b/machines/bismuth/default.nix @@ -12,14 +12,6 @@ networking.hostName = "Bismuth"; - # run binary cache for slower machines - services.nix-serve = { - enable = true; - # note: can we get this value from somewhere? - bindAddress = "100.85.58.31"; # bismuth tailnet ip - secretKeyFile = "/var/bismuth-cache.pem"; - }; - # expose vm web interface to tailnet services.tailscale.extraUpFlags = [ "--advertise-routes=192.168.122.100/32" |
