Fix pathing issues

This commit is contained in:
Root User 2026-02-07 17:39:33 +01:00
parent 2536831d4a
commit 2ce94b0e7a
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -18,9 +18,9 @@
# This will add secrets.yml to the nix store # This will add secrets.yml to the nix store
# You can avoid this by adding a string to the full path instead, i.e. # You can avoid this by adding a string to the full path instead, i.e.
# sops.defaultSopsFile = "/root/.sops/secrets/example.yaml"; # sops.defaultSopsFile = "/root/.sops/secrets/example.yaml";
sops.defaultSopsFile = ./secrets/songsheet/secrets.yaml; sops.defaultSopsFile = ../../secrets/songsheet/secrets.yaml;
# This will automatically import SSH keys as age keys # This will automatically import SSH keys as age keys
sops.age.sshKeyPaths = [ "~/.ssh/ssh_host_ed25519_key" ]; sops.age.sshKeyPaths = [ "~/.ssh/id_ed25519.pub" ];
# This is using an age key that is expected to already be in the filesystem # This is using an age key that is expected to already be in the filesystem
sops.age.keyFile = "/var/lib/sops-nix/key.txt"; sops.age.keyFile = "/var/lib/sops-nix/key.txt";
# This will generate a new key if the key specified above does not exist # This will generate a new key if the key specified above does not exist