commit | c6f6303c7878e4e33c4112a4ce665177a6752faf | [log] [tgz] |
---|---|---|
author | Samuel Shuert <me@thecoded.prof> | Tue Dec 31 11:09:23 2024 -0500 |
committer | Skyler Grey <minion@clicks.codes> | Wed Jan 22 10:31:07 2025 +0000 |
tree | b8b28ba235b684df9c1bd5753a0889c4e7bc1c38 | |
parent | 57b0e77158effae1b04c466701175dafbd25dfb3 [diff] [blame] |
muliple(teal): Update teal feat: Add a.starrysky.blog feat: re-key keys with shorthairNanoResident age key chore: update packages fix: redo headscale options Change-Id: I27cab9abc4622f0a69811e35d4e0eb87af29b42b Reviewed-on: https://git.clicks.codes/c/Infra/NixFiles/+/981 Reviewed-by: Skyler Grey <minion@clicks.codes> Tested-by: Skyler Grey <minion@clicks.codes>
diff --git a/modules/nixos/clicks/networking/tailscale/default.nix b/modules/nixos/clicks/networking/tailscale/default.nix index 827a3f0..118cae4 100644 --- a/modules/nixos/clicks/networking/tailscale/default.nix +++ b/modules/nixos/clicks/networking/tailscale/default.nix
@@ -21,7 +21,7 @@ }; server = lib.mkOption { description = "Set where your control plane server is"; - default = "clicks.domains"; + default = "vpn.clicks.codes"; example = "controlplane.tailscale.com"; }; authKeyFile = lib.mkOption {