mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
nixos/opendkim: add keyPath to ReadWritePaths
This commit is contained in:
parent
118f341723
commit
47928442a8
|
@ -131,6 +131,7 @@ in {
|
|||
RuntimeDirectory = optional (cfg.socket == defaultSock) "opendkim";
|
||||
StateDirectory = "opendkim";
|
||||
StateDirectoryMode = "0700";
|
||||
ReadWritePaths = [ cfg.keyPath ];
|
||||
|
||||
AmbientCapabilities = [];
|
||||
CapabilityBoundingSet = [];
|
||||
|
|
Loading…
Reference in a new issue