chore(nix): fix property name in Headscale settings
- Corrected `baseDomain` to `base_domain` in the Headscale DNS settings. - Aligns property naming with expected schema for proper configuration.
This commit is contained in:
parent
2a810ce759
commit
ef4ac5e228
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ in
|
||||||
settings = {
|
settings = {
|
||||||
server_url = "https://${domain}";
|
server_url = "https://${domain}";
|
||||||
dns = {
|
dns = {
|
||||||
baseDomain = "hoyer.tail";
|
base_domain = "hoyer.tail";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue