diff --git a/hosts/cryodev-main/services/headplane.nix b/hosts/cryodev-main/services/headplane.nix index fbc21bb..fc39494 100644 --- a/hosts/cryodev-main/services/headplane.nix +++ b/hosts/cryodev-main/services/headplane.nix @@ -16,6 +16,7 @@ headscale = { url = "http://127.0.0.1:${toString constants.services.headscale.port}"; public_url = "https://${constants.services.headscale.fqdn}"; + config_strict = false; }; }; };