1
0
Fork 0

Remove an indirection via systemd

This commit is contained in:
Malte Brandy 2021-03-19 11:58:06 +01:00
parent b75cec9bd6
commit 85ac72d8b4
2 changed files with 1 additions and 7 deletions

View file

@ -79,7 +79,7 @@ in
${start} nix-gc
fi
${start} synapse-cleanup
${start} bump-config
${pkgs.laminar}/bin/laminarc queue bump-config
'';
serviceConfig = {
Type = "oneshot";

View file

@ -118,11 +118,5 @@ in {
/run/wrappers/bin/sudo -u ${user} /var/cache/gc-links/home-config-hera/default/activate
'';
};
bump-config = {
serviceConfig = {
Type = "oneshot";
ExecStart = "${pkgs.laminar}/bin/laminarc queue bump-config";
};
};
};
}