mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 15:10:19 +02:00
started removing orphaned code
This commit is contained in:
parent
227a6dfd1f
commit
689c11e4eb
5 changed files with 11 additions and 29 deletions
|
@ -13,12 +13,14 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
scrapeConfigs = [
|
scrapeConfigs = [
|
||||||
{
|
/*
|
||||||
job_name = "synapse";
|
{
|
||||||
scrape_interval = "15s";
|
job_name = "synapse";
|
||||||
metrics_path = "/_synapse/metrics";
|
scrape_interval = "15s";
|
||||||
static_configs = [ { targets = [ "localhost:9000" ]; } ];
|
metrics_path = "/_synapse/metrics";
|
||||||
}
|
static_configs = [ { targets = [ "localhost:9000" ]; } ];
|
||||||
|
}
|
||||||
|
*/
|
||||||
{
|
{
|
||||||
job_name = "homelab-stats";
|
job_name = "homelab-stats";
|
||||||
static_configs = [
|
static_configs = [
|
||||||
|
|
|
@ -2,10 +2,12 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
# ./akkoma.nix
|
# ./akkoma.nix
|
||||||
|
./archivebox.nix
|
||||||
./homelab-dashboard.nix
|
./homelab-dashboard.nix
|
||||||
./nextcloud.nix
|
./nextcloud.nix
|
||||||
# ./photoprism.nix
|
# ./photoprism.nix
|
||||||
./irc-server.nix
|
# TODO: configure irc server correctly
|
||||||
|
# ./irc-server.nix
|
||||||
./grafana.nix
|
./grafana.nix
|
||||||
./forgejo.nix
|
./forgejo.nix
|
||||||
# ./synapse-matrix.nix
|
# ./synapse-matrix.nix
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
final: prev: {
|
|
||||||
foot-next = pkgs.foot.overrideAttrs (oldAttrs: rec {
|
|
||||||
inherit (oldAttrs) name;
|
|
||||||
version = "1.20.2";
|
|
||||||
src = pkgs.fetchFromGitea {
|
|
||||||
domain = "codeberg.org";
|
|
||||||
owner = "dnkl";
|
|
||||||
repo = "foot";
|
|
||||||
rev = version;
|
|
||||||
hash = "sha256-tnBoRRKHcuvBSnqvJ/772UWuepvpUiSg6t+gx4MZ0VQ=";
|
|
||||||
};
|
|
||||||
});
|
|
||||||
}
|
|
|
@ -1,9 +0,0 @@
|
||||||
{config, ...}: {
|
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
|
||||||
(self: super: {
|
|
||||||
ircdHybrid
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue