uwupn -> wg-quick

This commit is contained in:
Tim Schubert 2023-04-25 10:01:59 +02:00
parent e4cdc83a1f
commit 90476f057d
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 5 additions and 4 deletions

View file

@ -30,7 +30,7 @@ in
};
config = {
networking.resolvconf.useLocalResolver = mkIf cfg.localResolver.enable true;
#networking.resolvconf.useLocalResolver = mkIf cfg.localResolver.enable true;
networking.networkmanager.dns = mkIf cfg.localResolver.enable "unbound";
services.unbound = mkIf cfg.localResolver.enable {