secrets: import 'agenix' module
This commit is contained in:
parent
1e3c633c72
commit
018394b61d
|
@ -1,4 +1,4 @@
|
|||
{ lib, ... }:
|
||||
{ inputs, lib, ... }:
|
||||
|
||||
with lib;
|
||||
let
|
||||
|
@ -13,6 +13,10 @@ let
|
|||
else id;
|
||||
in
|
||||
throwOnCanary {
|
||||
imports = [
|
||||
inputs.agenix.nixosModules.age
|
||||
];
|
||||
|
||||
options.my.secrets = mkOption {
|
||||
type =
|
||||
let
|
||||
|
|
Loading…
Reference in a new issue