Compare commits

..

No commits in common. "8ba62edbc404d2d9ec2ed259023b86f3fcc9c53b" and "a702efa77c75dcb70b82c5b884fc77b674fde2ae" have entirely different histories.

View file

@ -13,16 +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.resolved.extraConfig = '' # services.dnsmasq = {
DNSStubListener=no # enable = true;
''; # 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;
} }