From ff18a1d194a608f13342a8f7c5293fc3b21ea561 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Thu, 22 Aug 2024 04:49:31 +0300 Subject: [PATCH] AutoUpdateSigned : Add a fix for root HM. --- module/AutoUpdateSigned.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ];