Compare commits
2 commits
a702efa77c
...
8ba62edbc4
Author | SHA1 | Date | |
---|---|---|---|
8ba62edbc4 | |||
250bef81cd |
1 changed files with 10 additions and 6 deletions
|
@ -13,12 +13,16 @@
|
||||||
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.resolved.extraConfig = ''
|
||||||
# enable = true;
|
DNSStubListener=no
|
||||||
# settings = {
|
'';
|
||||||
# interface = "wg0";
|
|
||||||
# };
|
services.dnsmasq = {
|
||||||
# };
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
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