diff options
| author | Mel <einebeere@gmail.com> | 2024-12-03 02:53:23 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-12-03 02:53:23 +0100 |
| commit | 7515684decbd51911b399adee6bd1030115fb3cc (patch) | |
| tree | 1bb658ea20298fe357893276ddc8c54153dc7af0 /machines | |
| parent | 98d7b21b641dad1dedc3b9c848db8d8c379de536 (diff) | |
| download | minerals-7515684decbd51911b399adee6bd1030115fb3cc.tar.zst minerals-7515684decbd51911b399adee6bd1030115fb3cc.zip | |
Use remote builders instead of bismuth cache
Signed-off-by: Mel <einebeere@gmail.com>
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" |
