chore(comin): remove comin

This commit is contained in:
2026-07-02 01:06:02 +02:00
parent 8c2230f158
commit d7b5b77ddc
2 changed files with 0 additions and 16 deletions

View File

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

View File

@@ -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;