Remove old unused colmena config

This commit is contained in:
Andrea Ciceri 2023-12-12 13:13:45 +01:00
parent 2237f796b1
commit 354e5aa4fe
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -24,11 +24,6 @@
type = lib.types.str; type = lib.types.str;
default = "x86_64-linux"; default = "x86_64-linux";
}; };
colmena = lib.mkOption {
description = "Set colmena.<host>";
type = lib.types.attrs;
default = {};
};
secrets = lib.mkOption { secrets = lib.mkOption {
description = "List of secrets names in the `secrets` folder"; description = "List of secrets names in the `secrets` folder";
type = lib.types.attrsOf (lib.types.submodule ({name, ...}: { type = lib.types.attrsOf (lib.types.submodule ({name, ...}: {