AutoUpdateSigned : Always switch & fix hm.
This commit is contained in:
parent
b24c67de70
commit
cb7a408020
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue