nixos/unbound: drop ReadWritePaths from systemd unit configuration

Both of the configured paths should be implicit due to RuntimeDirectory
& StateDirectory.
This commit is contained in:
Andreas Rammhold 2020-11-01 22:22:08 +01:00
parent 72fbf05c17
commit aadc07618a
No known key found for this signature in database
GPG key ID: E432E410B5E48C86

View file

@ -176,7 +176,6 @@ in
RestrictNamespaces = true;
LockPersonality = true;
RestrictSUIDSGID = true;
ReadWritePaths = [ "/run/unbound" "${stateDir}" ];
};
};
# If networkmanager is enabled, ask it to interface with unbound.