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

@ -21,13 +21,13 @@
sops.secrets = {
allowlistPass = {
sopsFile = ./allowlistPass.yaml;
sopsFile = ./allowlistPass.secrets.yaml;
owner = "mailman";
group = "mailman";
mode = "0400";
};
backupKey = {
sopsFile = ./backupKey.yaml;
sopsFile = ./backupKey.secrets.yaml;
owner = "root";
group = "root";
mode = "0400";