about summary refs log tree commit diff
path: root/machines/devhell/hildr.nix
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-11-25 15:29:44 +0000
committerdevhell <devhell@mailfresser.de>2019-11-25 15:29:44 +0000
commitb0c8dc61594a6dbf78063816b33c89aafe982ed6 (patch)
tree161f273a325b279c0ab1ca6f3847a6523f13a8d6 /machines/devhell/hildr.nix
parent18166a5a8dec07773bab44fdf54ea8d55543a3bd (diff)
machines/hildr: Enable docker
Diffstat (limited to 'machines/devhell/hildr.nix')
-rw-r--r--machines/devhell/hildr.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix
index 9445b3f0..19c89029 100644
--- a/machines/devhell/hildr.nix
+++ b/machines/devhell/hildr.nix
@@ -72,7 +72,7 @@
     cpuFreqGovernor = "powersave";
   };
 
-#  virtualisation.docker.enable = true;
+  virtualisation.docker.enable = true;
 
   nix = {
     maxJobs = lib.mkDefault 4;