summary refs log tree commit diff
path: root/modules/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/common.nix')
-rw-r--r--modules/common.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/common.nix b/modules/common.nix
index 2f2b141..aca3cfa 100644
--- a/modules/common.nix
+++ b/modules/common.nix
@@ -30,7 +30,8 @@
   };
 
   services.envfs.enable = true;
-  virtualisation.libvirtd.enable = true;
+
+  virtualisation.docker.enable = true;
 
   services = {
     openssh = {