Commit f02c31d1788f

Vincent Demeester <vincent@sbr.pm>
2018-12-02 17:17:00
virtualization.docker: use cfg.package instead of hardcoded docker
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent ede9439
Changed files (1)
modules
virtualisation
modules/virtualisation/docker.nix
@@ -119,7 +119,7 @@ in
           ExecStart = [
             ""
             ''
-              ${pkgs.docker-edge}/bin/dockerd \
+              ${cfg.package}/bin/dockerd \
                 --group=docker \
                 --host=fd:// \
                 --log-driver=${cfg.logDriver} \