modules/nixos: remove comin
This commit is contained in:
parent
76f89c72f7
commit
fe8818dceb
4 changed files with 0 additions and 42 deletions
modules/nixos/common
|
@ -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
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
|
@ -6,7 +6,6 @@
|
|||
}:
|
||||
{
|
||||
imports = [
|
||||
./comin.nix
|
||||
../../shared/known-hosts.nix
|
||||
../../shared/nix-daemon.nix
|
||||
./reboot.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue