cli variable

This commit is contained in:
2026-03-06 18:24:45 +01:00
parent 67ed87de5e
commit 0d522ec64e

View File

@@ -5,6 +5,7 @@
sops.defaultSopsFile = ../secrets/secrets.yaml; sops.defaultSopsFile = ../secrets/secrets.yaml;
sops.age.sshKeyPaths = []; sops.age.sshKeyPaths = [];
sops.gnupg.sshKeyPaths = []; sops.gnupg.sshKeyPaths = [];
environment.variables.SOPS_AGE_KEY_FILE = "/var/lib/sops/root-keys/master-host.txt";
sops.age.keyFile = "/var/lib/sops/root-keys/master-host.txt"; sops.age.keyFile = "/var/lib/sops/root-keys/master-host.txt";
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [
"d /var/lib/sops/root-keys 0700 root root -" "d /var/lib/sops/root-keys 0700 root root -"