From e35cad125281ca5290a46356dead450399604429 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Wed, 9 Apr 2025 15:31:18 +0200 Subject: [PATCH] hermit/configuration.nix: enable docker (blegh) --- hosts/hermit/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/hermit/configuration.nix b/hosts/hermit/configuration.nix index d56dcb1..6d73933 100644 --- a/hosts/hermit/configuration.nix +++ b/hosts/hermit/configuration.nix @@ -22,6 +22,7 @@ openFirewall = true; }; }; + virtualisation.docker.enable = true; modules = { desktops.hyprland.enable = true;