nixos/unbound: make stateDir writable

This commit is contained in:
Naïm Favier 2023-02-15 18:14:58 +01:00
parent ef0f472c01
commit 5cf311c036
No known key found for this signature in database
GPG Key ID: 95AFCE8211908325

View File

@ -286,6 +286,8 @@ in {
LockPersonality = true;
RestrictSUIDSGID = true;
ReadWritePaths = [ cfg.stateDir ];
Restart = "on-failure";
RestartSec = "5s";
};