Move the sops age file in queen

This commit is contained in:
Lillian-Violet 2023-11-21 15:38:20 +01:00
parent 8a89f11691
commit a9daa250f2

View file

@ -52,7 +52,7 @@
#Set up sops config, and configure where the keyfile is, then set the mode for the unencrypted keys #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.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."nextcloudadmin".mode = "0400";
sops.secrets."nextclouddb".mode = "0400"; sops.secrets."nextclouddb".mode = "0400";