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;
let
@ -13,6 +13,10 @@ let
else id;
in
throwOnCanary {
imports = [
inputs.agenix.nixosModules.age
];
options.my.secrets = mkOption {
type =
let