From 5cc4d2cd65e5768cad25f8b8c60fab9c6e68b41a Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Fri, 7 Nov 2025 22:32:00 +0100 Subject: [PATCH] feat(hosts/affogato): enable docker --- hosts/affogato/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/affogato/default.nix b/hosts/affogato/default.nix index 1c3ae2c..991113f 100644 --- a/hosts/affogato/default.nix +++ b/hosts/affogato/default.nix @@ -58,6 +58,7 @@ services.tailscale.enable = true; services.blueman.enable = true; services.power-profiles-daemon.enable = true; + virtualisation.docker.enable = true; # TODO: delete this later system.stateVersion = "23.05"; # Did you read the comment?