From 897ede87040affcfabc4aa24dd8637be1f8c0fb9 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Tue, 11 Feb 2025 21:39:21 +0100 Subject: [PATCH] feat(morty): enable docker --- hosts/luci/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/luci/hardware-configuration.nix b/hosts/luci/hardware-configuration.nix index aba4695..3a5d77e 100644 --- a/hosts/luci/hardware-configuration.nix +++ b/hosts/luci/hardware-configuration.nix @@ -59,6 +59,6 @@ libvdpau-va-gl ]; }; - - users.extraGroups.vboxusers.members = [ "ephase" ]; + virtualisation.docker.enable = true; + users.extraGroups.docker.members = [ "ephase" ]; }