diff --git a/hosts/module.nix b/hosts/module.nix index e91daf5..5b7435a 100644 --- a/hosts/module.nix +++ b/hosts/module.nix @@ -24,11 +24,6 @@ type = lib.types.str; default = "x86_64-linux"; }; - colmena = lib.mkOption { - description = "Set colmena."; - type = lib.types.attrs; - default = {}; - }; secrets = lib.mkOption { description = "List of secrets names in the `secrets` folder"; type = lib.types.attrsOf (lib.types.submodule ({name, ...}: {