diff options
Diffstat (limited to 'hosts/cloud/bkk/configuration.nix')
-rw-r--r-- | hosts/cloud/bkk/configuration.nix | 12 |
1 files changed, 12 insertions, 0 deletions
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 |