From e4ccab9bbb03a2f9a2fd6f5d31dbcb4512012426 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 13 Apr 2024 17:25:41 -0400 Subject: [PATCH] add zfs-key to env Signed-off-by: ahuston-0 --- systems/palatine-hill/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/systems/palatine-hill/configuration.nix b/systems/palatine-hill/configuration.nix index 3078a06..a2d21b8 100644 --- a/systems/palatine-hill/configuration.nix +++ b/systems/palatine-hill/configuration.nix @@ -225,6 +225,10 @@ "attic/secret-key".owner = "root"; "attic/database-url".owner = "root"; "postgres/init".owner = "postgres"; + "zfs-attic-key" = { + format = "binary"; + sopsFile = "./keys/zfs-attic-key"; + }; }; };