From 78b121585dd7b161198a39acd1176ec2f1af5573 Mon Sep 17 00:00:00 2001 From: hektor Date: Sat, 13 Jun 2026 14:53:59 +0200 Subject: [PATCH] fix(hecuba): re-enable docker --- hosts/hecuba/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/hecuba/default.nix b/hosts/hecuba/default.nix index b8454236..39b53648 100644 --- a/hosts/hecuba/default.nix +++ b/hosts/hecuba/default.nix @@ -22,6 +22,7 @@ in hardware.facter.reportPath = ./facter.json; + docker.enable = true; ssh.enable = true; tailscale.enable = true;