Update 'NixOS installation'
parent
b059b24fa5
commit
e08d2b7c8b
1 changed files with 14 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
I used [this guide](https://nixos.wiki/wiki/Wil_T_Nix_Guides) so it should be straightforward for you too.
|
||||
|
||||
```
|
||||
< Connect to the Internet />
|
||||
|
|
@ -16,3 +16,16 @@ mkdir -p /mnt/boot/efi
|
|||
mount /dev/disk/by-label/NIXBOOT /mnt/boot/efi
|
||||
swapon /dev/disk/by-label/SWAP
|
||||
```
|
||||
|
||||
```
|
||||
git init
|
||||
git crypt init
|
||||
git crypt add-gpg-user <email>
|
||||
git crypt export-key <out-path>
|
||||
```
|
||||
|
||||
Add a `.gitattributes` file containing
|
||||
|
||||
```
|
||||
secrets/** filter=git-crypt diff=git-crypt
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue