mirror of
https://github.com/RGBCube/agenix
synced 2025-07-29 01:37:44 +00: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…
Add table
Add a link
Reference in a new issue