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