mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +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 {
|
||||
description = "Whether to enable etcd.";
|
||||
default = false;
|
||||
type = types.uniq types.bool;
|
||||
type = types.bool;
|
||||
};
|
||||
|
||||
name = mkOption {
|
||||
|
Loading…
Reference in New Issue
Block a user