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";
|
RuntimeDirectory = optional (cfg.socket == defaultSock) "opendkim";
|
||||||
StateDirectory = "opendkim";
|
StateDirectory = "opendkim";
|
||||||
StateDirectoryMode = "0700";
|
StateDirectoryMode = "0700";
|
||||||
|
ReadWritePaths = [ cfg.keyPath ];
|
||||||
|
|
||||||
AmbientCapabilities = [];
|
AmbientCapabilities = [];
|
||||||
CapabilityBoundingSet = [];
|
CapabilityBoundingSet = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user