From 99d575a882e00e55871db934901e3817f5daba28 Mon Sep 17 00:00:00 2001 From: pennae Date: Wed, 11 Aug 2021 07:12:26 +0200 Subject: initial commit --- test/simple/secrets.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/simple/secrets.nix (limited to 'test/simple/secrets.nix') diff --git a/test/simple/secrets.nix b/test/simple/secrets.nix new file mode 100644 index 0000000..31abf74 --- /dev/null +++ b/test/simple/secrets.nix @@ -0,0 +1,10 @@ +rec { + users.user = "age16w4643wxn796n26ev9dus5a8v3zfzj74uf0vr7cakdpfaz6j2vasvjqvwg"; + hosts.main = "age1kpyxel2fy7y52rc6n32zwy99gpaersn62f8uejj62vmmymnutdvqx5t258"; + hosts.aux = "age1xjtclyph0jfcu0pdmxnmz4yj04hjared5ue4u385whqpl79f2ydqng0x0l"; + default = [ users.user hosts.main ]; + secrets = { + root = [ hosts.aux ]; + "user/sec" = [ hosts.aux ]; + }; +} -- cgit v1.2.3