Rename secrets file
This commit is contained in:
parent
b26b78d32d
commit
1449c5337a
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ in {
|
|||
allSecrets = lib.mapAttrs' (name: value: {
|
||||
name = lib.removeSuffix ".age" name;
|
||||
inherit value;
|
||||
}) (import "${self.outPath}/secrets");
|
||||
}) (import "${self.outPath}/secrets/secrets.nix");
|
||||
filteredSecrets =
|
||||
lib.filterAttrs
|
||||
(name: _: builtins.hasAttr name config.secrets)
|
||||
|
|
Loading…
Add table
Reference in a new issue