upstream loose changes on quitte

This commit is contained in:
Rouven Seifert 2024-06-16 18:29:36 +02:00
parent 05152b6db4
commit f1c3ecffe2
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 10 additions and 2 deletions

View file

@ -36,7 +36,7 @@ in
systemd.services."decisions-to-db" = {
script = ''
set -eu
${pkgs.docker}/bin/docker exec decisions python tex_to_db.py
${pkgs.podman}/bin/podman exec decisions python tex_to_db.py
'';
serviceConfig = {
Type = "oneshot";