renamed secret files so they are easier to shell glob

This commit is contained in:
Dennis Frieberg 2025-03-05 21:05:37 +01:00
parent e5e3fab14d
commit 064aca1705
Signed by: nerf
GPG key ID: 7C58AFED036072C5
12 changed files with 9 additions and 9 deletions

View file

@ -14,7 +14,7 @@
system.stateVersion = "23.11";
sops.secrets.backupKey = {
sopsFile = ./backupKey.yaml;
sopsFile = ./backupKey.secrets.yaml;
owner = config.users.users.fsaccount.name;
inherit (config.users.users.fsaccount) group;
mode = "0400";