mirror of
https://github.com/RGBCube/agenix
synced 2025-07-27 16:57:46 +00:00
Add test for custom secret paths for HM
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
758cdc98f4
commit
72205a86ca
1 changed files with 4 additions and 0 deletions
|
@ -59,6 +59,10 @@ pkgs.nixosTest {
|
|||
# Only decryptable by user1's key
|
||||
file = ../example/secret2.age;
|
||||
};
|
||||
secrets.secret2Path = {
|
||||
file = ../example/secret2.age;
|
||||
path = "/home/user1/secret2";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue