diff options
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 9431d54..a9c09bc 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://git.euandreh.xyz/dotfiles/tree/bash/symlinks.sh?id=316939aa215181b1d22b69e94241eef757add98d +[symlinks]: https://euandreh.xyz/dotfiles.git/tree/bash/symlinks.sh?id=316939aa215181b1d22b69e94241eef757add98d [stow]: https://www.gnu.org/software/stow/ ## Conclusion |