feat(heimdall): bring dnsmasq back.

This commit is contained in:
CronyAkatsuki 2025-05-15 00:30:42 +02:00
parent a702efa77c
commit 250bef81cd

View file

@ -13,12 +13,12 @@
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.dnsmasq = {
# enable = true; enable = true;
# settings = { settings = {
# interface = "wg0"; interface = "wg0";
# }; };
# }; };
boot.kernel.sysctl."net.ipv4.ip_forward" = 1; boot.kernel.sysctl."net.ipv4.ip_forward" = 1;
} }