Revert "uwupn -> wg-quick"

This reverts commit 90476f057d.
This commit is contained in:
Tim Schubert 2023-04-26 12:09:18 +02:00
parent 320a8864b7
commit 2fdf3fd5e8
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 4 additions and 5 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 {