From e179300899ea74865cd35fb38f7d589dcd269ecb Mon Sep 17 00:00:00 2001 From: polwex Date: Thu, 12 Sep 2024 03:13:47 +0700 Subject: m --- hosts/cloud/bkk/configuration.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'hosts/cloud/bkk/configuration.nix') diff --git a/hosts/cloud/bkk/configuration.nix b/hosts/cloud/bkk/configuration.nix index 16281d9..da71a54 100644 --- a/hosts/cloud/bkk/configuration.nix +++ b/hosts/cloud/bkk/configuration.nix @@ -34,6 +34,18 @@ # listen-http = ":8090"; # }; # }; + + services.headscale = { + enable = true; + address = "0.0.0.0"; + port = 8001; + settings = { + server_url = "https://head.urbit.men"; + dns.baseDomain = "urbit.men"; + logtail.enabled = false; + }; + }; + system.stateVersion = "24.05"; # Did you read the comment? environment.systemPackages = with pkgs; [ tmux -- cgit v1.2.3