feat(headscale): add server_url to settings

This commit is contained in:
Giulio De Pasquale 2025-07-27 18:26:06 +01:00
parent e9c7c71356
commit 10a8ebf98b

View File

@ -37,7 +37,7 @@ in
enable = true;
package = cfg.package;
port = cfg.port;
settings = cfg.settings;
settings = cfg.settings // { server_url = "https://${cfg.domain}"; };
};
pepe.core = {