Skip to content

Commit

Permalink
Delete the linux-builder's disk on service restart
Browse files Browse the repository at this point in the history
  • Loading branch information
tfc committed Jan 14, 2024
1 parent 0d05108 commit 1d7297d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/nix/linux-builder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ let
rm -rf $TMPDIR
mkdir -p $TMPDIR
trap "rm -rf $TMPDIR" EXIT
rm -f ${WorkingDirectory}/nixos.qcow2
${builderWithOverrides}/bin/create-builder
'';
in
Expand Down

0 comments on commit 1d7297d

Please sign in to comment.