From 4845b62083018a273846323dcfbb09e2ee8bff4f Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 4 Nov 2024 03:28:38 +0100 Subject: Switch on docker Signed-off-by: Mel --- modules/common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/common.nix') 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 = { -- cgit 1.4.1