Compare commits

...

2 commits

View file

@ -13,12 +13,16 @@
wg-quick.interfaces.wg0.configFile = "${config.age.secrets.wg-heimdall.path}"; wg-quick.interfaces.wg0.configFile = "${config.age.secrets.wg-heimdall.path}";
}; };
# services.dnsmasq = { services.resolved.extraConfig = ''
# enable = true; DNSStubListener=no
# settings = { '';
# interface = "wg0";
# }; services.dnsmasq = {
# }; enable = true;
settings = {
interface = "wg0";
};
};
boot.kernel.sysctl."net.ipv4.ip_forward" = 1; boot.kernel.sysctl."net.ipv4.ip_forward" = 1;
} }