email: fix DNSCrypt ephemeral keys rotation

master
Michele Guerini Rocco 2023-03-05 23:13:48 +01:00
parent 35b1cfca26
commit 2c6a573578
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@
providerKey.secret = config.secrets.dnscrypt.sec;
};
# This is needed for the rotation of DNSCrypt keys
security.polkit.enable = true;
# Namecoin resolver
services.ncdns = {
enable = true;