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
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue