diff options
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -211,9 +211,13 @@ If the system doesn’t boot, boot from the USB key, and: sudo ln -s /home/joris/code/config /etc/nixos -6. Disable automatic export of documents if it’s not the principal system. +7. Disable automatic export of documents if it’s not the principal system. -7. Build: +8. Change network interface in `hosts/network/joris/connman.nix`. + +9. Remove `.gnupg/.sshcontrol` + +10. Build: nixos-rebuild switch @@ -229,7 +233,7 @@ If the system doesn’t boot, boot from the USB key, and: 3. Setup password store: - git clone joris@guyonvarch.me:~/backups/passwords .password-store + git clone git@guyonvarch.me:/home/git/passwords.git .password-store 4. Get documents: |