Look for secrets on the file system

This commit is contained in:
Lillian-Violet 2023-12-29 23:20:29 +01:00
parent a9e68f811d
commit c688903079

View file

@ -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 = {