From e74f634224a343b7ed84443d1368fe36b947a0ce Mon Sep 17 00:00:00 2001 From: William Date: Sun, 15 Feb 2026 11:08:21 -0300 Subject: [PATCH] nixos-cli: retry as root --- aspects/common/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/aspects/common/nix.nix b/aspects/common/nix.nix index cd76f62..237b60f 100644 --- a/aspects/common/nix.nix +++ b/aspects/common/nix.nix @@ -33,6 +33,7 @@ config = { use_nvd = true; ignore_dirty_tree = true; + apply.reexec_as_root = true; }; };