organize, update nixcord, add janitor
This commit is contained in:
@@ -15,16 +15,19 @@
|
||||
settings.server.HTTP_PORT = 3002;
|
||||
|
||||
mirrors = {
|
||||
adminUser = "admin";
|
||||
adminEmail = "admin@bug.tools";
|
||||
admin = {
|
||||
user = "admin";
|
||||
email = "admin@bug.tools";
|
||||
};
|
||||
|
||||
repos = [
|
||||
{ owner = "gmodena"; repo = "nix-flatpak"; source = "https://github.com/gmodena/nix-flatpak.git"; service = "github"; }
|
||||
{ owner = "FlameFlag"; repo = "nixcord"; source = "https://github.com/FlameFlag/nixcord.git"; service = "github"; }
|
||||
{ owner = "gmodena"; repo = "nix-flatpak"; service = "github"; }
|
||||
{ owner = "FlameFlag"; repo = "nixcord"; service = "github"; }
|
||||
{ owner = "jacob.eva"; repo = "opencom-lte"; source = "https://git.liberatedsystems.co.uk/jacob.eva/opencom-lte.git"; }
|
||||
];
|
||||
|
||||
users = [
|
||||
{ owner = "nix-community"; platform = "github"; }
|
||||
{ owner = "catppuccin"; platform = "github"; }
|
||||
{ owner = "picosh"; platform = "github"; }
|
||||
{ owner = "vic"; platform = "github"; }
|
||||
|
||||
Reference in New Issue
Block a user