From c688903079962186aac729edd7df111c08f491b0 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Fri, 29 Dec 2023 23:20:29 +0100 Subject: [PATCH] Look for secrets on the file system --- nixos/hosts/queen/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/queen/configuration.nix b/nixos/hosts/queen/configuration.nix index 2b10e20..b2c23b1 100644 --- a/nixos/hosts/queen/configuration.nix +++ b/nixos/hosts/queen/configuration.nix @@ -58,7 +58,7 @@ #Set up sops config, and configure where the keyfile is, then set the mode for the unencrypted keys sops.defaultSopsFile = ./secrets/sops.yaml; - sops.age.keyFile = ./keys.txt; + sops.age.keyFile = ../../../../../var/secrets/keys.txt; nix = { gc = {