From 2eadea0a8253530283b87b0899bedf4f322aabb7 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 5 Nov 2025 12:31:47 -0600 Subject: [PATCH] test: impermanence --- systems/ceres/config/filesystem.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/ceres/config/filesystem.nix b/systems/ceres/config/filesystem.nix index 3a4d3ca..3ab6ff9 100755 --- a/systems/ceres/config/filesystem.nix +++ b/systems/ceres/config/filesystem.nix @@ -54,7 +54,7 @@ in }; boot.initrd.postResumeCommands = lib.mkAfter '' 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 mkdir -p /btrfs_tmp/old_roots