diff options
author | EuAndreh <eu@euandre.org> | 2018-11-21 10:38:58 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-11-21 10:38:58 -0200 |
commit | 9e38823177b2efd9352a3282e5fa571d6d83ec3f (patch) | |
tree | eb8ec6609723b24be90f63a46057fc1566d1b746 /README.org | |
parent | Add ledger package. (diff) | |
download | dotfiles-9e38823177b2efd9352a3282e5fa571d6d83ec3f.tar.gz dotfiles-9e38823177b2efd9352a3282e5fa571d6d83ec3f.tar.xz |
wip
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -4,12 +4,13 @@ *** 2. Follow USB ISO installation steps in =nixos/os-installation.sh= *** 3. Put =private.gpg= and =public.gpg= files in UTCLOUD (the actual HD drive) #+BEGIN_SRC shell -gpg --export -a EuAndreh > public.gpg -gpg --export-secret-keys -a EuAndreh > private -gpg --cipher-algo AES256 -c private -shred private -mv public.gpg ~/UTCLOUD/public.gpg -mv private.gpg ~/UTCLOUD/private.gpg + gpg --export -a EuAndreh > public.gpg + gpg --export-secret-keys -a EuAndreh > private + gpg --cipher-algo AES256 -c private + shred private + mv public.gpg ~/UTCLOUD/public.gpg + mv private.gpg ~/UTCLOUD/private.gpg + cp $DOTFILES/encrypted/password-hash.txt ~/UTCLOUD/password-hash.txt #+END_SRC *** 4. Import GPG keys in new OS #+BEGIN_SRC shell |