Add agenix to prepare secrets support
This commit is contained in:
parent
40fbcf9654
commit
b981d8d00f
4 changed files with 79 additions and 0 deletions
7
home/programs/agenix.nix
Normal file
7
home/programs/agenix.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, agenix, ... }:
|
||||
|
||||
{
|
||||
home.packages = [
|
||||
agenix.packages."${pkgs.system}".default
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue