From d7b5b77ddc18dd7082b4291fae3fba90acfa4997 Mon Sep 17 00:00:00 2001 From: hektor Date: Thu, 2 Jul 2026 01:06:02 +0200 Subject: [PATCH] chore(comin): remove comin --- flake.nix | 4 ---- hosts/hecuba/default.nix | 12 ------------ 2 files changed, 16 deletions(-) diff --git a/flake.nix b/flake.nix index b07499a0..adc76513 100644 --- a/flake.nix +++ b/flake.nix @@ -26,10 +26,6 @@ url = "github:serokell/deploy-rs"; inputs.nixpkgs.follows = "nixpkgs"; }; - comin = { - url = "github:nlewo/comin"; - inputs.nixpkgs.follows = "nixpkgs"; - }; git-hooks = { url = "github:cachix/git-hooks.nix"; inputs.nixpkgs.follows = "nixpkgs"; diff --git a/hosts/hecuba/default.nix b/hosts/hecuba/default.nix index 39b53648..f738ac5d 100644 --- a/hosts/hecuba/default.nix +++ b/hosts/hecuba/default.nix @@ -14,7 +14,6 @@ in imports = [ inputs.disko.nixosModules.disko "${inputs.nixpkgs}/nixos/modules/profiles/qemu-guest.nix" - inputs.comin.nixosModules.comin ../../modules ]; @@ -70,17 +69,6 @@ in ]; services = { - comin = { - enable = false; - machineId = "4c0a7f7726a845859ce9375e88b87642"; - remotes = [ - { - name = "origin"; - url = "https://git.hektormisplon.xyz/hektor/nix"; - branches.main.name = "main"; - } - ]; - }; fail2ban = { enable = true; maxretry = 5;