secrets: import 'agenix' module
This commit is contained in:
parent
7273f2102a
commit
abf526ae3c
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue