Restart units

This commit is contained in:
Joseph Hanson 2024-05-14 13:22:24 -05:00
parent b377fbb712
commit 20649ab209
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -16,6 +16,7 @@ in {
# configure secret for forwarding rules # configure secret for forwarding rules
sopsFile = ./secrets.sops.yaml; sopsFile = ./secrets.sops.yaml;
mode = "0444"; mode = "0444";
restartUnits = [ "gitea-runner-default.service" ];
}; };