mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-22 09:40:47 +03:00
Update link from unofficial nixos wiki to official one
This commit is contained in:
parent
3f1dae074a
commit
e69b51ae80
1 changed files with 9 additions and 9 deletions
|
@ -304,7 +304,7 @@ e.g. inside your `flake.nix` file:
|
||||||
```
|
```
|
||||||
You can reference the mount path to the (later) unencrypted secret already in your other configuration.
|
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.
|
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.
|
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.
|
Then it will be decrypted and mounted as described before.
|
||||||
|
|
Loading…
Reference in a new issue