krebs ci: set default of build all hosts to false
This commit is contained in:
parent
751780e400
commit
426022f656
|
@ -13,7 +13,7 @@ in
|
|||
options = {
|
||||
all = mkOption {
|
||||
type = bool;
|
||||
default = true;
|
||||
default = false;
|
||||
};
|
||||
hosts = mkOption {
|
||||
type = listOf str;
|
||||
|
|
Loading…
Reference in a new issue