From 886532670b2d3f91f615a63f6b82f2512a641acc Mon Sep 17 00:00:00 2001 From: polwex Date: Sat, 4 Jan 2025 04:08:05 +0700 Subject: m --- hosts/cloud/bkk/configuration.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'hosts/cloud/bkk/configuration.nix') diff --git a/hosts/cloud/bkk/configuration.nix b/hosts/cloud/bkk/configuration.nix index 94b9451..c74cde1 100644 --- a/hosts/cloud/bkk/configuration.nix +++ b/hosts/cloud/bkk/configuration.nix @@ -35,16 +35,16 @@ # }; # }; - 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; - }; - }; + # 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; [ -- cgit v1.2.3