Skip to content

Commit

Permalink
chore!: 2024-02-10 19:09:12 +0100
Browse files Browse the repository at this point in the history
  • Loading branch information
trueNAHO committed Feb 10, 2024
1 parent 60461c7 commit 801ea32
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 @@ -65,7 +65,7 @@
btrfs subvolume list -o "$1" |
awk '{ print $NF }' |
while read -r subvolume; do
delete_subvolume_recursively "$mount_point/$subvolume"
btrfs_subvolume_delete_recursive "$mount_point/$subvolume"
done
btrfs subvolume delete "$1"
Expand Down

0 comments on commit 801ea32

Please sign in to comment.