From 1a9ac3fbc149d4e3152f0bc57804e0cd05f8cada Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Wed, 19 Jun 2024 11:46:47 -0400 Subject: [PATCH] changed key location --- systems/jeeves/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/jeeves/configuration.nix b/systems/jeeves/configuration.nix index 9180c31..187987e 100644 --- a/systems/jeeves/configuration.nix +++ b/systems/jeeves/configuration.nix @@ -145,7 +145,7 @@ sops = { defaultSopsFile = ./secrets.yaml; - secrets."zfs/postgres_key".owner = "root"; + secrets."zfs/postgres_key".path = "/root/zfs/postgres_key"; }; system.stateVersion = "23.11";