mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-04-04 21:21:22 +02:00
mediawiki: restart phpfpm on updated secrets
This commit is contained in:
parent
f25a4e5c02
commit
42fd371c3b
@ -43,6 +43,7 @@ in {
|
|||||||
(map (key: lib.nameValuePair key {
|
(map (key: lib.nameValuePair key {
|
||||||
owner = user;
|
owner = user;
|
||||||
group = group;
|
group = group;
|
||||||
|
restartUnits = [ "phpfpm-mediawiki.service" ];
|
||||||
}))
|
}))
|
||||||
lib.listToAttrs
|
lib.listToAttrs
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user