forked from Fachschaft/nixConfig
renamed secret files so they are easier to shell glob
This commit is contained in:
parent
e5e3fab14d
commit
064aca1705
12 changed files with 9 additions and 9 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue