Skip to content

Commit

Permalink
[nixos] do not change the export section by default
Browse files Browse the repository at this point in the history
  • Loading branch information
npf committed Feb 6, 2020
1 parent 8762ec6 commit c745bbe
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions from_scratch/nixos-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,4 @@ setup:
- "@base"

export:
- export:
- export_as_tgz:
- exec_local: |
MNT=$(mktemp -d)
sudo mount -o loop,offset=32768 $${image_disk}.$${image_format} $MNT
sudo tar -czf $${appliance_filename}.tgz -C $MNT .
sudo chmod 666 $${appliance_filename}.tgz
sudo umount $MNT
rm -r $MNT
- "@base"

0 comments on commit c745bbe

Please sign in to comment.