From eddb6bf0b8d8dcc5b96ec321c04317176257128f Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sun, 15 Feb 2026 23:31:31 +0100 Subject: [PATCH] comin: Pull from the `deploy` branch --- modules/system/services/comin.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/services/comin.nix b/modules/system/services/comin.nix index 76bcc79..d7f495f 100644 --- a/modules/system/services/comin.nix +++ b/modules/system/services/comin.nix @@ -15,6 +15,7 @@ remotes = lib.singleton { name = "origin"; url = "https://github.com/SebastianStork/nixos-config.git"; + branches.main.name = "deploy"; }; }; };