Server/headscale: update settings

This commit is contained in:
Toast 2024-11-06 00:40:41 +01:00
parent fdad5d88bb
commit 7ad9530040
6 changed files with 8 additions and 8 deletions

View file

@ -18,8 +18,8 @@ in {
};
};
headscale.settings.dns_config = {
nameservers = lib.mkForce ["100.100.0.1"];
headscale.settings.dns= {
nameservers.global = lib.mkForce ["100.100.0.1"];
extra_records = [
{
name = domain;