diff --git a/hosts/i001/hardware-mounts.nix b/hosts/i001/hardware-mounts.nix index 9a31faea..744c91ec 100644 --- a/hosts/i001/hardware-mounts.nix +++ b/hosts/i001/hardware-mounts.nix @@ -225,7 +225,7 @@ lib.mkMerge [ # TODO rotate root } # Reset root for erase your darlings/impermanence/preservation - (lib.mkIf true { + (lib.mkIf false { boot.initrd.systemd.services.bcachefs-reset-root = { description = "Reset bcachefs root subvolume before pivot"; @@ -271,6 +271,8 @@ lib.mkMerge [ # 1. Enable Debugging set -x + echo $PATH + # 2. Define Cleanup Trap (Robust) cleanup() { # If the script failed before creating the new root, make sure we create it