Skip to content

Commit

Permalink
chore!: 2024-02-10 19:31:07 +0100
Browse files Browse the repository at this point in the history
  • Loading branch information
trueNAHO committed Feb 10, 2024
1 parent 06a0c2d commit 6433840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/impermanence/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
btrfs subvolume delete "$1"
}
mount_point=/.erase_your_darlings
mount_point="$(mktemp --directory)"
mkdir --parent "$mount_point"
mount "${cfg.btrfsSnapshots.filesystemRoot}" "$mount_point"
Expand Down

0 comments on commit 6433840

Please sign in to comment.