Fix dnscrypt config
This commit is contained in:
parent
c539d4ce5c
commit
2f728dba86
1 changed files with 5 additions and 1 deletions
|
@ -26,4 +26,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
bindInterface = false;
|
bindInterface = false;
|
||||||
};
|
};
|
||||||
|
services.avahi = {
|
||||||
|
enable = true;
|
||||||
|
nssmdns = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue