Try if systemd-resolved is more stable as unbound on flaky connections
This commit is contained in:
parent
3b01e570cf
commit
7bd12f750e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user