From a9daa250f2206c4578253598850f47da49d29a4a Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 21 Nov 2023 15:38:20 +0100 Subject: [PATCH] Move the sops age file in queen --- nixos/queen/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/queen/configuration.nix b/nixos/queen/configuration.nix index ad55f71..78c6ef4 100644 --- a/nixos/queen/configuration.nix +++ b/nixos/queen/configuration.nix @@ -52,7 +52,7 @@ #Set up sops config, and configure where the keyfile is, then set the mode for the unencrypted keys sops.defaultSopsFile = ../../secrets/queen-Lillian.yaml; - sops.age.keyFile = /home/lillian/.config/sops/age/keys.txt; + sops.age.keyFile = /var/lib/sops/age/keys.txt; sops.secrets."nextcloudadmin".mode = "0400"; sops.secrets."nextclouddb".mode = "0400";