1
0
Fork 0
mirror of https://github.com/ryantm/agenix.git synced 2025-03-17 15:53:16 +03:00

doc: use default nixosModule in NixOS flake

This commit is contained in:
Ryan Mulligan 2022-02-28 19:29:39 -08:00
parent 7309a8fc1f
commit bad5a7be94

View file

@ -167,7 +167,7 @@ To install the `agenix` binary:
system = "x86_64-linux";
modules = [
./configuration.nix
agenix.nixosModules.age
agenix.nixosModule
];
};
};