nixos/nomad: default enableDocker to true

This commit is contained in:
Bernardo Meurer 2021-01-17 18:54:06 -08:00
parent f353f24a1c
commit e1340190a9
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246

View File

@ -40,7 +40,7 @@ in
enableDocker = mkOption {
type = types.bool;
default = false;
default = true;
description = ''
Enable Docker support. Needed for Nomad's docker driver.