feat(headscale): add server_url to settings
This commit is contained in:
parent
e9c7c71356
commit
10a8ebf98b
@ -37,7 +37,7 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
package = cfg.package;
|
package = cfg.package;
|
||||||
port = cfg.port;
|
port = cfg.port;
|
||||||
settings = cfg.settings;
|
settings = cfg.settings // { server_url = "https://${cfg.domain}"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
pepe.core = {
|
pepe.core = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user