Merge branch 'main' into cargo_update

This commit is contained in:
Harald Hoyer 2025-02-21 09:31:25 +01:00 committed by GitHub
commit bd24825ece
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,5 +49,8 @@
KAFKA_URLS="''${KAFKA_URLS}"
EOF
'';
postStop = lib.mkDefault ''
shutdown --reboot +5
'';
};
}