Remove old unused colmena
config
This commit is contained in:
parent
2237f796b1
commit
354e5aa4fe
1 changed files with 0 additions and 5 deletions
|
@ -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, ...}: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue