From 5057101bbd0402b948c7fa0818693fac7fb887be Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Mon, 13 Oct 2025 01:09:12 -0400 Subject: [PATCH] Use chrootabl_systemctl_enable --- install/config/hardware/fix-apple-suspend-nvme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/config/hardware/fix-apple-suspend-nvme.sh b/install/config/hardware/fix-apple-suspend-nvme.sh index e6cbb5a3..35724112 100644 --- a/install/config/hardware/fix-apple-suspend-nvme.sh +++ b/install/config/hardware/fix-apple-suspend-nvme.sh @@ -21,7 +21,7 @@ ExecStart=/bin/bash -c 'echo 0 > /sys/bus/pci/devices/0000\:01\:00.0/d3cold_allo WantedBy=multi-user.target EOF - sudo systemctl enable omarchy-nvme-suspend-fix.service + chrootable_systemctl_enable omarchy-nvme-suspend-fix.service sudo systemctl daemon-reload else echo "Warning: NVMe device not found at expected PCI address (0000:01:00.0)"