mediawiki: restart phpfpm on updated secrets
Some checks failed
Eval nix flake / evals (push) Failing after 2m11s
Some checks failed
Eval nix flake / evals (push) Failing after 2m11s
This commit is contained in:
parent
f25a4e5c02
commit
42fd371c3b
@ -43,6 +43,7 @@ in {
|
||||
(map (key: lib.nameValuePair key {
|
||||
owner = user;
|
||||
group = group;
|
||||
restartUnits = [ "phpfpm-mediawiki.service" ];
|
||||
}))
|
||||
lib.listToAttrs
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user