From 4d7fc25aaf6e568c7a7a3e366f58a17d76bc22b7 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Thu, 16 Feb 2023 17:11:20 +0100 Subject: [PATCH] remove riot --- overlays/riot-web.nix | 15 --------------- systems/LoutreOS/configuration.nix | 1 - systems/LoutreOS/web.nix | 1 - 3 files changed, 17 deletions(-) delete mode 100644 overlays/riot-web.nix diff --git a/overlays/riot-web.nix b/overlays/riot-web.nix deleted file mode 100644 index 33428ff..0000000 --- a/overlays/riot-web.nix +++ /dev/null @@ -1,15 +0,0 @@ -self: super: -{ - riot-web = super.riot-web.override { - conf = { - default_hs_url = "https://matrix.nyanlout.re"; - default_is_url = "https://vector.im"; - brand = "Nyanloutre"; - default_theme = "dark"; - integrations_ui_url = "https://dimension.t2bot.io/riot"; - integrations_rest_url = "https://dimension.t2bot.io/api/v1/scalar"; - integrations_widgets_urls = ["https://dimension.t2bot.io/widgets"]; - integrations_jitsi_widget_url = "https://dimension.t2bot.io/widgets/jitsi"; - }; - }; -} diff --git a/systems/LoutreOS/configuration.nix b/systems/LoutreOS/configuration.nix index 75a7df1..e292f44 100644 --- a/systems/LoutreOS/configuration.nix +++ b/systems/LoutreOS/configuration.nix @@ -163,7 +163,6 @@ }; nixpkgs.overlays = [ - (import ../../overlays/riot-web.nix) (import ../../overlays/transmission.nix) ]; diff --git a/systems/LoutreOS/web.nix b/systems/LoutreOS/web.nix index c7f0169..8390254 100644 --- a/systems/LoutreOS/web.nix +++ b/systems/LoutreOS/web.nix @@ -224,7 +224,6 @@ in ''; }; } // { default = true; }; - "riot.nyanlout.re" = base { "/" = { root = pkgs.element-web; }; }; "factorio.nyanlout.re" = base { "/" = { root = "/var/www/factorio"; }; }; "minecraft.nyanlout.re" = base { "/" = { root = "/var/www/minecraft-overviewer"; }; }; "musique-meyenheim.fr" = base {