diff options
author | Joris | 2022-07-09 15:17:23 +0200 |
---|---|---|
committer | Joris | 2022-07-09 15:17:23 +0200 |
commit | 2a96724e88f5c16d30a4b4facf9edb590e9cc81a (patch) | |
tree | ae7046f05cea1a90854c52c5d67338d4c7b6f8e5 /README.md | |
parent | 073b29f43b0c7559c4164c86781f6c46303d3c3a (diff) |
Update instructinos before switching
Diffstat (limited to 'README.md')
-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: |