Remove unused example key from sops secrets specification

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

View file

@ -25,7 +25,5 @@
sops.age.keyFile = "/var/lib/sops-nix/key.txt";
# This will generate a new key if the key specified above does not exist
sops.age.generateKey = true;
# This is the actual specification of the secrets.
sops.secrets.example-key = {};
sops.secrets."songsheet/database" = {};
}