secrets: import 'agenix' module

This commit is contained in:
Bruno BELANYI 2021-09-25 13:31:43 +02:00
parent 7273f2102a
commit abf526ae3c

View file

@ -1,4 +1,4 @@
{ lib, ... }: { inputs, lib, ... }:
with lib; with lib;
let let
@ -13,6 +13,10 @@ let
else id; else id;
in in
throwOnCanary { throwOnCanary {
imports = [
inputs.agenix.nixosModules.age
];
options.my.secrets = mkOption { options.my.secrets = mkOption {
type = type =
let let