mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
nixos/etcd: fix enable type, so it could be enabled on multiple places
This commit is contained in:
parent
4e51a466bd
commit
fb8bc4da21
@ -11,7 +11,7 @@ in {
|
|||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
description = "Whether to enable etcd.";
|
description = "Whether to enable etcd.";
|
||||||
default = false;
|
default = false;
|
||||||
type = types.uniq types.bool;
|
type = types.bool;
|
||||||
};
|
};
|
||||||
|
|
||||||
name = mkOption {
|
name = mkOption {
|
||||||
|
Loading…
Reference in New Issue
Block a user