From fc86ff4dd71a2553c99e3511c1012aa3c87b0fdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Pacana?= Date: Tue, 28 Jul 2026 16:18:17 +0200 Subject: [PATCH] Start container on cm * Add the Homebrew container formula to the cm host and register its service so the runtime comes back after login or boot. --- hosts/cm.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/cm.nix b/hosts/cm.nix index fcecc24..bacd9c9 100644 --- a/hosts/cm.nix +++ b/hosts/cm.nix @@ -12,6 +12,12 @@ }; homebrew = { + brews = [ + { + name = "container"; + start_service = true; + } + ]; casks = [ "ghostty" "logseq" -- 2.51.2