Skip to content

Commit

Permalink
chore!: 2024-02-10 18:28:04 +0100
Browse files Browse the repository at this point in the history
  • Loading branch information
trueNAHO committed Feb 10, 2024
1 parent 86d7fd8 commit 7957734
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/impermanence/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@
script = ''
set -e
mount_point="$(mktemp --directory)"
# TODO: remove
set +x
mount_point="/btrfs_tmp"
mount \
--options subvol=/ \
Expand Down

0 comments on commit 7957734

Please sign in to comment.