From ee8ab43b89a7dd0b96807c1ea5be62dc9861ff46 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Tue, 16 Dec 2025 16:29:33 -0600 Subject: [PATCH] is anything working anymore what the heck did I do --- hosts/i001/hardware-mounts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/i001/hardware-mounts.nix b/hosts/i001/hardware-mounts.nix index 3a1be1ef..25c412e2 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";