sops-nix and compose2nix my beloveloathed

This commit is contained in:
Root User 2026-02-07 17:58:25 +01:00
parent 04e069542b
commit a110fa37bc
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -25,5 +25,8 @@
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
sops.age.generateKey = true; sops.age.generateKey = true;
sops.secrets."songsheet/database" = {}; # Use the flat key name with quotes
} sops.secrets."songsheet/database" = {
key = "songsheet/database";
};
}