Skip to content

Commit

Permalink
docs(readme): add faq section
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Mar 30, 2024
1 parent c40896c commit 702270a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,9 @@ This repository contains my [NixOS](https://nixos.org/) configurations
- **Only for isoplus with persistence**:
- Create a new volume: `fdisk /dev/sdX <<<$'n\np\n\n\n\nw'`
- Format the volume: `mkfs.ext4 -L <YOUR-HOST-NAME>persistence /dev/sdX3`

## FAQ

- `git-crypt: error: encrypted file has been tampered with!`:

[Solution](https://github.com/AGWA/git-crypt/issues/59#issuecomment-129958806)

0 comments on commit 702270a

Please sign in to comment.