mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-21 17:20:47 +03:00
Install agenix CLI
This commit is contained in:
parent
0efac6bcf0
commit
9e361f8b39
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ pkgs.nixosTest {
|
|||
|
||||
age.identityPaths = options.age.identityPaths.default ++ ["/etc/ssh/this_key_wont_exist"];
|
||||
|
||||
environment.systemPackages = [
|
||||
(pkgs.callPackage ../pkgs/agenix.nix {})
|
||||
];
|
||||
|
||||
users = {
|
||||
mutableUsers = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue