diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-03 20:20:16 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-03 20:20:16 -0800 |
commit | 4ddc81f0babf956f22c5d70acd578eca143651a2 (patch) | |
tree | 937337dfb8d89b0150a66b39e08a9fe061c40155 /README.org | |
parent | 59fd05d0584a77035073e93a538b71a8f409bacb (diff) |
update README link; update to 24.11; initial-deploy script
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ much less cruft. Simply clone the contents of this repository to ~/etc/nixos/~ and run ~sudo nixos-rebuild switch~. Note that afterwards you will need a ~$HOME/.password-store~ in user ~preston~ which has an entry named ~Mail~, as well as a ~~/org/website/~ directory made by cloning my -[[https://github.com/ret2pop/ret2pop-website][ret2pop website]] repository to that location. Here are all the commands: +[[https://git.nullring.xyz/ret2pop-website.git/about/][ret2pop website]] repository to that location. Here are all the commands: #+begin_src shell # run as root # create backup of hardware-configuration.nix and put it back there after @@ -21,7 +21,7 @@ an entry named ~Mail~, as well as a ~~/org/website/~ directory made by cloning m nixos-rebuild switch su preston # copy over gpg and ssh keys - git clone root@nullring.xyz:/var/git/password-store.git ~/.password-store/ + git clone root@nullring.xyz:/var/git/passwords.git ~/.password-store/ mkdir ~/org git clone https://github.com/ret2pop/ret2pop-website ~/org/website/ # get music and put it in ~/music |