Fix dnscrypt config

This commit is contained in:
Bad 2022-09-15 23:51:03 +02:00
parent c539d4ce5c
commit 2f728dba86

View file

@ -26,4 +26,8 @@
enable = true;
bindInterface = false;
};
services.avahi = {
enable = true;
nssmdns = true;
};
}