modules/nixos: remove comin
This commit is contained in:
parent
76f89c72f7
commit
fe8818dceb
4 changed files with 0 additions and 42 deletions
22
flake.lock
generated
22
flake.lock
generated
|
@ -55,27 +55,6 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"comin": {
|
|
||||||
"inputs": {
|
|
||||||
"nixpkgs": [
|
|
||||||
"nixpkgs"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1714766748,
|
|
||||||
"narHash": "sha256-//fP25eh1f9eA+0TEgWqusWjv9SuKh8rIF1ZJQNL1jo=",
|
|
||||||
"owner": "nlewo",
|
|
||||||
"repo": "comin",
|
|
||||||
"rev": "d3658c452024824235de2355ac3e156b10c3eaaf",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "nlewo",
|
|
||||||
"repo": "comin",
|
|
||||||
"rev": "d3658c452024824235de2355ac3e156b10c3eaaf",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"disko": {
|
"disko": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
|
@ -315,7 +294,6 @@
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"agenix": "agenix",
|
"agenix": "agenix",
|
||||||
"buildbot-nix": "buildbot-nix",
|
"buildbot-nix": "buildbot-nix",
|
||||||
"comin": "comin",
|
|
||||||
"disko": "disko",
|
"disko": "disko",
|
||||||
"empty": "empty",
|
"empty": "empty",
|
||||||
"flake-compat": "flake-compat",
|
"flake-compat": "flake-compat",
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
buildbot-nix.inputs.nixpkgs.follows = "nixpkgs";
|
buildbot-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
buildbot-nix.inputs.treefmt-nix.follows = "treefmt-nix";
|
buildbot-nix.inputs.treefmt-nix.follows = "treefmt-nix";
|
||||||
buildbot-nix.url = "github:nix-community/buildbot-nix";
|
buildbot-nix.url = "github:nix-community/buildbot-nix";
|
||||||
comin.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
comin.url = "github:nlewo/comin/d3658c452024824235de2355ac3e156b10c3eaaf";
|
|
||||||
disko.inputs.nixpkgs.follows = "nixpkgs";
|
disko.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
disko.url = "github:nix-community/disko";
|
disko.url = "github:nix-community/disko";
|
||||||
empty.url = "github:nix-systems/empty";
|
empty.url = "github:nix-systems/empty";
|
||||||
|
|
|
@ -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 = [
|
imports = [
|
||||||
./comin.nix
|
|
||||||
../../shared/known-hosts.nix
|
../../shared/known-hosts.nix
|
||||||
../../shared/nix-daemon.nix
|
../../shared/nix-daemon.nix
|
||||||
./reboot.nix
|
./reboot.nix
|
||||||
|
|
Loading…
Add table
Reference in a new issue