diff options
author | polwex <polwex@sortug.com> | 2024-10-06 20:06:35 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2024-10-06 20:06:35 +0700 |
commit | 3a8f180df3cb9c336ff4304be4b3ca365215ba60 (patch) | |
tree | 77bf3f8b5a420a43fadbf97ab18435954a52553f /hosts/cloud/sortug/configuration.nix | |
parent | 3d933f65cbe50c49d42fe97bd59c5bb15a3d4d09 (diff) |
m
Diffstat (limited to 'hosts/cloud/sortug/configuration.nix')
-rw-r--r-- | hosts/cloud/sortug/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/cloud/sortug/configuration.nix b/hosts/cloud/sortug/configuration.nix index fa4aad2..308f010 100644 --- a/hosts/cloud/sortug/configuration.nix +++ b/hosts/cloud/sortug/configuration.nix @@ -65,7 +65,7 @@ enable = true; domains = ["2001:4860:4860::8888" "2001:4860:4860::8844"]; }; - services.tailscale.enable = true; + # services.tailscale.enable = true; # networking.firewall = { # enable = true; |