nixos/nomad: default enableDocker to true
This commit is contained in:
@@ -40,7 +40,7 @@ in
|
||||
|
||||
enableDocker = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
default = true;
|
||||
description = ''
|
||||
Enable Docker support. Needed for Nomad's docker driver.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user