diff --git a/machines/common.nix b/machines/common.nix index 9ae76a7..a3139e2 100644 --- a/machines/common.nix +++ b/machines/common.nix @@ -51,7 +51,11 @@ inputs: # for u2f stick and yubikey udev.packages = with pkgs; [ libu2f-host yubikey-personalization ]; davfs2.enable = true; - unbound.enable = true; + + /* local caching DNS resolver */ + /* unbound.enable = true; */ + resolved.enable = true; + udisks2.enable = true; # Enable CUPS to print documents. printing.enable = true;