feat(headscale): add server_url to settings
This commit is contained in:
parent
e9c7c71356
commit
10a8ebf98b
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user