1
1
mirror of https://github.com/ryantm/agenix.git synced 2024-08-16 09:30:26 +03:00

Compare commits

...

2 Commits

Author SHA1 Message Date
oluceps
efe931dd33
Merge 2b558e9af1 into 07479c2e73 2024-05-07 19:40:16 +01:00
Jörg Thalheim
07479c2e73
update link to nixos wiki (#258) 2024-05-07 10:12:37 -07:00

View File

@ -205,7 +205,7 @@ You can run the CLI tool ad-hoc without installing it:
nix run github:ryantm/agenix -- --help
```
But you can also add it permanently into a [NixOS module](https://nixos.wiki/wiki/NixOS_modules)
But you can also add it permanently into a [NixOS module](https://wiki.nixos.org/wiki/NixOS_modules)
(replace system "x86_64-linux" with your system):
```nix