secrets: import 'agenix' module

This commit is contained in:
Bruno BELANYI 2021-09-25 13:31:43 +02:00
parent 1e3c633c72
commit 018394b61d

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