From 49140379c31a127d9a7699924493f3dec857375a Mon Sep 17 00:00:00 2001 From: Philipp Hochkamp Date: Tue, 15 Mar 2022 14:38:24 +0100 Subject: [PATCH] a --- nixos-modules/system/agenix.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos-modules/system/agenix.nix b/nixos-modules/system/agenix.nix index 0cc539da..74b67095 100644 --- a/nixos-modules/system/agenix.nix +++ b/nixos-modules/system/agenix.nix @@ -4,13 +4,11 @@ with builtins; with lib; with lib.my; let - inherit (inputs) agenix; secretsDir = "${toString ../../secrets}"; secretsFile = "${secretsDir}/secrets.nix"; cfg = config.ragon.agenix; in { - imports = [ agenix.nixosModules.age ]; options.ragon.agenix = { enable = mkBoolOpt true; secrets = mkOption {