From 354e5aa4fef6f360c327485f4a982d5bf42b7b37 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Tue, 12 Dec 2023 13:13:45 +0100 Subject: [PATCH] Remove old unused `colmena` config --- hosts/module.nix | 5 ----- 1 file changed, 5 deletions(-) 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, ...}: {