about summary refs log tree commit diff
path: root/nixos/modules/services
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-03-13 20:35:46 -0500
committerGitHub <noreply@github.com>2020-03-13 20:35:46 -0500
commitee599f376c54ab7182d3c6d017f160f1d7c463a4 (patch)
tree4932b192cf6756d7c2e59412644ec1d27ff4faea /nixos/modules/services
parentc935567de62647ebde651ff122ae464303fdc2c5 (diff)
parent1ae39fff83097252580272dd614963a63d534e0a (diff)
downloadnixlib-ee599f376c54ab7182d3c6d017f160f1d7c463a4.tar
nixlib-ee599f376c54ab7182d3c6d017f160f1d7c463a4.tar.gz
nixlib-ee599f376c54ab7182d3c6d017f160f1d7c463a4.tar.bz2
nixlib-ee599f376c54ab7182d3c6d017f160f1d7c463a4.tar.lz
nixlib-ee599f376c54ab7182d3c6d017f160f1d7c463a4.tar.xz
nixlib-ee599f376c54ab7182d3c6d017f160f1d7c463a4.tar.zst
nixlib-ee599f376c54ab7182d3c6d017f160f1d7c463a4.zip
Merge pull request #71329 from tilpner/cadvisor-no-docker
nixos/cadvisor: don't enable docker
Diffstat (limited to 'nixos/modules/services')
-rw-r--r--nixos/modules/services/monitoring/cadvisor.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/monitoring/cadvisor.nix b/nixos/modules/services/monitoring/cadvisor.nix
index 695a8c42e85e..655a6934a266 100644
--- a/nixos/modules/services/monitoring/cadvisor.nix
+++ b/nixos/modules/services/monitoring/cadvisor.nix
@@ -135,7 +135,6 @@ in {
 
         serviceConfig.TimeoutStartSec=300;
       };
-      virtualisation.docker.enable = mkDefault true;
     })
   ];
 }