diff options
author | polwex <polwex@sortug.com> | 2024-09-05 12:42:01 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2024-09-05 12:42:01 +0700 |
commit | b7ef804b1d92d409b55c955fcfbaec8ceb62063a (patch) | |
tree | e5f05241a260ca4c0bb73e9a4f40707b797ce6fb /hosts/cloud/sortug | |
parent | 6a7fa5ae7c243b3dd1f0d5a4221c3b69a4bdbab7 (diff) |
m
Diffstat (limited to 'hosts/cloud/sortug')
-rw-r--r-- | hosts/cloud/sortug/configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/cloud/sortug/configuration.nix b/hosts/cloud/sortug/configuration.nix index d409f83..d7d5394 100644 --- a/hosts/cloud/sortug/configuration.nix +++ b/hosts/cloud/sortug/configuration.nix @@ -9,7 +9,7 @@ ./hardware-configuration.nix (modulesPath + "/installer/scan/not-detected.nix") ../../base.nix - ../../users.nix + ../users.nix ../../server.nix ../packages.nix ./gitea.nix @@ -66,6 +66,7 @@ enable = true; domains = ["2001:4860:4860::8888" "2001:4860:4860::8844"]; }; + services.tailscale.enable = true; # networking.firewall = { # enable = true; |