dnscrypt-proxy2: disable systemd-resolved
authorJulien Moutinho <julm+julm-nix@sourcephile.fr>
Sun, 28 Jan 2024 00:42:09 +0000 (01:42 +0100)
committerJulien Moutinho <julm+julm-nix@sourcephile.fr>
Sun, 28 Jan 2024 00:42:09 +0000 (01:42 +0100)
nixos/profiles/dnscrypt-proxy2.nix

index f0d202dce7bdff4044b07c90a4f461230b7a5bf0..dbc1e796e3b6c9c767df620a425eaf4a5d09c1ea 100644 (file)
@@ -8,6 +8,7 @@ with lib;
     resolvconf.useLocalResolver = true;
     dhcpcd.extraConfig = "nohook resolv.conf";
   };
+  services.resolved.enable = false;
 
   # Create a user for matching egress on it in the firewall
   systemd.services.dnscrypt-proxy2.serviceConfig.User = "dnscrypt-proxy2";