modules/nixos: remove comin

This commit is contained in:
zowoq 2024-08-27 09:25:52 +10:00
parent 76f89c72f7
commit fe8818dceb
4 changed files with 0 additions and 42 deletions
modules/nixos/common

View file

@ -1,17 +0,0 @@
{ inputs, ... }:
{
imports = [ inputs.comin.nixosModules.comin ];
services.comin = {
enable = true;
remotes = [
{
url = "https://github.com/nix-community/infra.git";
name = "origin";
poller.period = 300; # every 5 minutes
branches.main.name = "master";
branches.testing.name = ""; # disable testing branch
}
];
};
}

View file

@ -6,7 +6,6 @@
}:
{
imports = [
./comin.nix
../../shared/known-hosts.nix
../../shared/nix-daemon.nix
./reboot.nix