summary refs log tree commit diff
path: root/nixos/modules/services/networking
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking')
-rw-r--r--nixos/modules/services/networking/nomad.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/nomad.nix b/nixos/modules/services/networking/nomad.nix
index 4bf9313758f..e6bbb607aaa 100644
--- a/nixos/modules/services/networking/nomad.nix
+++ b/nixos/modules/services/networking/nomad.nix
@@ -40,7 +40,7 @@ in
 
       enableDocker = mkOption {
         type = types.bool;
-        default = false;
+        default = true;
         description = ''
           Enable Docker support. Needed for Nomad's docker driver.