From 39481b42c19f91ee714987176937c089d2c170cb Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 9 Oct 2023 15:12:06 -0400 Subject: Add beryllium and connect via VPN I finally got everything setup for the new dev machine, but I ran into a networking problem: I can't tell my home router to expose the ssh port 22 to multiple hosts. I could have made beryllium use a different port, but instead I decided to use tailscale, and this seems to work well. I still don't have hostname routing working, but maybe that's a simple config in tailscale somewhere. Eventually I will get all intra-networking stuff to use a vpn, but for now just using it for beryllium is fine. --- Biz/OsBase.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz/OsBase.nix') diff --git a/Biz/OsBase.nix b/Biz/OsBase.nix index 29c87bf..c82b935 100644 --- a/Biz/OsBase.nix +++ b/Biz/OsBase.nix @@ -4,7 +4,7 @@ let in { boot.cleanTmpDir = true; networking.firewall.allowPing = true; - nix.settings.substituters = [ "https://cache.nixos.org" "ssh://dev.simatime.com" ]; + nix.settings.substituters = [ "https://cache.nixos.org" ]; # "ssh://dev.simatime.com" ]; nix.gc.automatic = true; nix.gc.dates = "Sunday 02:15"; nix.optimise.automatic = true; -- cgit v1.2.3