a
This commit is contained in:
parent
5a7e42c4e7
commit
49140379c3
1 changed files with 0 additions and 2 deletions
|
|
@ -4,13 +4,11 @@ with builtins;
|
|||
with lib;
|
||||
with lib.my;
|
||||
let
|
||||
inherit (inputs) agenix;
|
||||
secretsDir = "${toString ../../secrets}";
|
||||
secretsFile = "${secretsDir}/secrets.nix";
|
||||
cfg = config.ragon.agenix;
|
||||
in
|
||||
{
|
||||
imports = [ agenix.nixosModules.age ];
|
||||
options.ragon.agenix = {
|
||||
enable = mkBoolOpt true;
|
||||
secrets = mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue