diff --git a/module/AutoUpdateSigned.nix b/module/AutoUpdateSigned.nix index 1ec8f31..7486454 100644 --- a/module/AutoUpdateSigned.nix +++ b/module/AutoUpdateSigned.nix @@ -39,7 +39,8 @@ in { echo "Verification failed." exit 1 }; - ${getExe pkgs.gnumake} switch fix-hm-root + ${getExe pkgs.gnumake} switch + ${getExe pkgs.gnumake} fix-hm-root ''; after = [ "network-online.target" ]; wants = [ "network-online.target" ];