feat: initial commit
This commit is contained in:
commit
486bfc17d1
11 changed files with 551 additions and 0 deletions
9
secrets/default.nix
Normal file
9
secrets/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
age.secrets = lib.mapAttrs' (
|
||||
fileName: _:
|
||||
lib.nameValuePair (lib.removeSuffix ".age" fileName) {
|
||||
file = ./. + "/${fileName}";
|
||||
}
|
||||
) (import ./secrets.nix);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue