feat(heimdall): remove dnsmasq.

This commit is contained in:
CronyAkatsuki 2025-05-14 23:50:37 +02:00
parent 6073e79011
commit a702efa77c

View file

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