commit | bed35f19b11fe397525d65e6ead86e573b562310 | [log] [tgz] |
---|---|---|
author | Skyler Grey <minion@clicks.codes> | Thu Jul 04 00:46:44 2024 +0000 |
committer | Skyler Grey <minion@clicks.codes> | Thu Jul 04 01:56:50 2024 +0000 |
tree | ef84fad2ff52a3fe1faeab29dde2e0cc196af957 | |
parent | d7e1acd9d201feb70b31090fa86ad58b9364b282 [diff] [blame] |
fix(headscale)!: Rename 'url' to 'domain' This better reflects the value which goes in the option by removing confusion about if the protocol should be included Change-Id: Ib550eb97b96999a733c07915c8738a337546ec52 Reviewed-on: https://git.clicks.codes/c/Infra/NixFiles/+/790 Reviewed-by: Samuel Shuert <coded@clicks.codes> Tested-by: Skyler Grey <minion@clicks.codes>
diff --git a/systems/x86_64-linux/teal/default.nix b/systems/x86_64-linux/teal/default.nix index 40a0066..6d5ffcc 100644 --- a/systems/x86_64-linux/teal/default.nix +++ b/systems/x86_64-linux/teal/default.nix
@@ -40,7 +40,7 @@ ssh.enable = true; headscale = { enable = true; - url = "clicks.domains"; + domain = "clicks.domains"; oidc = { enable = true; issuer = "https://login.clicks.codes/realms/master";