feat(heimdall): remove dnsmasq.
This commit is contained in:
parent
6073e79011
commit
a702efa77c
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