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"; }; }; };