AutoUpdateSigned : Always switch & fix hm.

This commit is contained in:
Dmitry Voronin 2024-09-13 22:19:47 +03:00
parent b24c67de70
commit cb7a408020
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -39,7 +39,8 @@ in {
echo "Verification failed."
exit 1
};
make switch || make fix-hm
make switch || true
make fix-hm || true
'';
after = [ "network-online.target" ];
wants = [ "network-online.target" ];