mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-21 17:20:47 +03: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
|
# Only decryptable by user1's key
|
||||||
file = ../example/secret2.age;
|
file = ../example/secret2.age;
|
||||||
};
|
};
|
||||||
|
secrets.secret2Path = {
|
||||||
|
file = ../example/secret2.age;
|
||||||
|
path = "/home/user1/secret2";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue