From f93d69a259eee2a2afdea56b3b5dab0b566bc6d9 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Mon, 26 Jan 2026 17:30:16 -0600 Subject: [PATCH] testing --- checks/disksnstuff.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/disksnstuff.sh b/checks/disksnstuff.sh index 9a19b11..7c403da 100755 --- a/checks/disksnstuff.sh +++ b/checks/disksnstuff.sh @@ -16,7 +16,7 @@ sudo mount "$disk"p1 /mnt/boot # sudo mount "$disk"2 -o compress=zstd,noatime,subvol=nix /mnt/nix # sudo mount "$disk"2 -o compress=zstd,noatime,subvol=log /mnt/var/log -clevis decrypt < "secrets/nas_pool.jwe" | bcachefs unlock -k session /dev/disk/by-partlabel/disk-main-nuc-nixos-bcachefs-root +bcachefs unlock -k session /dev/disk/by-partlabel/disk-main-nuc-nixos-bcachefs-root # sudo bcachefs unlock -k session "$disk"2 # sudo mount "$disk"2 /mnt/tmp # cd /mnt/tmp