From 04e069542bcd571f079caa5db42871a290718482 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Sat, 7 Feb 2026 17:53:59 +0100 Subject: [PATCH] Remove unused example key from sops secrets specification --- nix-system-configs/modules/secrets-config/sops-nix.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nix-system-configs/modules/secrets-config/sops-nix.nix b/nix-system-configs/modules/secrets-config/sops-nix.nix index c749d36..fb6f398 100644 --- a/nix-system-configs/modules/secrets-config/sops-nix.nix +++ b/nix-system-configs/modules/secrets-config/sops-nix.nix @@ -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" = {}; }