feat(heimdall): bring dnsmasq back.
This commit is contained in:
parent
a702efa77c
commit
250bef81cd
1 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue