Skip to content

Commit

Permalink
nixos/nomad: default enableDocker to true
Browse files Browse the repository at this point in the history
  • Loading branch information
lovesegfault committed Jan 18, 2021
1 parent f353f24 commit e134019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/nomad.nix
Expand Up @@ -40,7 +40,7 @@ in

enableDocker = mkOption {
type = types.bool;
default = false;
default = true;
description = ''
Enable Docker support. Needed for Nomad's docker driver.
Expand Down

0 comments on commit e134019

Please sign in to comment.