From db8224c75c9867d5e662f4c2c627851b44352afb Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 13 Apr 2024 17:26:23 -0400 Subject: [PATCH] pathfix Signed-off-by: ahuston-0 --- systems/palatine-hill/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/palatine-hill/configuration.nix b/systems/palatine-hill/configuration.nix index a2d21b8..f7c3ad7 100644 --- a/systems/palatine-hill/configuration.nix +++ b/systems/palatine-hill/configuration.nix @@ -227,7 +227,7 @@ "postgres/init".owner = "postgres"; "zfs-attic-key" = { format = "binary"; - sopsFile = "./keys/zfs-attic-key"; + sopsFile = ./keys/zfs-attic-key; }; }; };