add zfs-key to env

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-04-13 17:25:41 -04:00 committed by Alice Huston
parent 5d40272ca7
commit e4ccab9bbb

View File

@ -225,6 +225,10 @@
"attic/secret-key".owner = "root"; "attic/secret-key".owner = "root";
"attic/database-url".owner = "root"; "attic/database-url".owner = "root";
"postgres/init".owner = "postgres"; "postgres/init".owner = "postgres";
"zfs-attic-key" = {
format = "binary";
sopsFile = "./keys/zfs-attic-key";
};
}; };
}; };