diff options
author | polwex <polwex@sortug.com> | 2024-09-12 03:13:47 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2024-09-12 03:13:47 +0700 |
commit | e179300899ea74865cd35fb38f7d589dcd269ecb (patch) | |
tree | d4ed77eb5c992b764d3c1bff62dbcaa5d28b4bd6 /hosts/cloud/bkk/configuration.nix | |
parent | 71875f0b723fb51ec59a18ee612d385702fb8765 (diff) |
m
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 |