test: impermanence

This commit is contained in:
Nick 2025-11-05 12:31:47 -06:00
parent 5336cb8ebb
commit 2eadea0a82

View file

@ -54,7 +54,7 @@ in
}; };
boot.initrd.postResumeCommands = lib.mkAfter '' boot.initrd.postResumeCommands = lib.mkAfter ''
mkdir /btrfs_tmp mkdir /btrfs_tmp
mount -o subvolid=5 /dev/sdb2 /btrfs_tmp mount -o subvolid=5 /dev/sda2 /btrfs_tmp
if [[ -e /btrfs_tmp/root ]]; then if [[ -e /btrfs_tmp/root ]]; then
mkdir -p /btrfs_tmp/old_roots mkdir -p /btrfs_tmp/old_roots