From 34246aece3f4f63163389f22a7bde1b0f638157c Mon Sep 17 00:00:00 2001 From: quatquatt <78693624+quatquatt@users.noreply.github.com> Date: Fri, 2 Aug 2024 13:31:35 -0400 Subject: [PATCH] doc: update link from unofficial nixos wiki to official one --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cc3877..6e49cc3 100644 --- a/README.md +++ b/README.md @@ -370,7 +370,7 @@ e.g. inside your `flake.nix` file: ``` You can reference the mount path to the (later) unencrypted secret already in your other configuration. So `config.age.secrets.secret1.path` will contain the path `/run/agenix/secret1` by default. -7. Use `nixos-rebuild` or [another deployment tool](https://nixos.wiki/wiki/Applications#Deployment") of choice as usual. +7. Use `nixos-rebuild` or [another deployment tool](https://wiki.nixos.org/wiki/Applications#Deployment") of choice as usual. The `secret1.age` file will be copied over to the target machine like any other Nix package. Then it will be decrypted and mounted as described before.