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}";
|
||||
};
|
||||
|
||||
services.dnsmasq = {
|
||||
enable = true;
|
||||
settings = {
|
||||
interface = "wg0";
|
||||
};
|
||||
};
|
||||
# services.dnsmasq = {
|
||||
# enable = true;
|
||||
# settings = {
|
||||
# interface = "wg0";
|
||||
# };
|
||||
# };
|
||||
|
||||
boot.kernel.sysctl."net.ipv4.ip_forward" = 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue