diff options
author | EuAndreh <eu@euandre.org> | 2022-11-26 18:44:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-26 20:29:13 -0300 |
commit | c02760513a1fb291cb32b2fe044470da26daee7f (patch) | |
tree | df90c9ac8003245d42786534ccb430e1f7192bcf /_articles/2019-06-02-using-nixos-as-an-stateless-workstation.md | |
parent | dynamic.mk: Move iroh -> toph, update remote path (diff) | |
download | euandre.org-c02760513a1fb291cb32b2fe044470da26daee7f.tar.gz euandre.org-c02760513a1fb291cb32b2fe044470da26daee7f.tar.xz |
Replace kuvira -> toph
git grep -l euandreh.xyz |
xargs sed -i 's|euandreh.xyz/\(.*\).git|euandre.org/git/\1|'
Plus a few other manual changes.
Diffstat (limited to '')
-rw-r--r-- | _articles/2019-06-02-using-nixos-as-an-stateless-workstation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_articles/2019-06-02-using-nixos-as-an-stateless-workstation.md b/_articles/2019-06-02-using-nixos-as-an-stateless-workstation.md index a9c09bc..d78c1d5 100644 --- a/_articles/2019-06-02-using-nixos-as-an-stateless-workstation.md +++ b/_articles/2019-06-02-using-nixos-as-an-stateless-workstation.md @@ -122,7 +122,7 @@ dozens of symlinks that I manage manually. This has worked so far, but the solution is sometimes fragile and [not declarative at all][symlinks]. I wonder if something like [GNU Stow][stow] can help me simplify this. -[symlinks]: https://euandreh.xyz/dotfiles.git/tree/bash/symlinks.sh?id=316939aa215181b1d22b69e94241eef757add98d +[symlinks]: https://euandre.org/git/dotfiles/tree/bash/symlinks.sh?id=316939aa215181b1d22b69e94241eef757add98d [stow]: https://www.gnu.org/software/stow/ ## Conclusion |