remove riot
This commit is contained in:
parent
a8b8356e0d
commit
4d7fc25aaf
@ -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";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
@ -163,7 +163,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(import ../../overlays/riot-web.nix)
|
|
||||||
(import ../../overlays/transmission.nix)
|
(import ../../overlays/transmission.nix)
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -224,7 +224,6 @@ in
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
} // { default = true; };
|
} // { default = true; };
|
||||||
"riot.nyanlout.re" = base { "/" = { root = pkgs.element-web; }; };
|
|
||||||
"factorio.nyanlout.re" = base { "/" = { root = "/var/www/factorio"; }; };
|
"factorio.nyanlout.re" = base { "/" = { root = "/var/www/factorio"; }; };
|
||||||
"minecraft.nyanlout.re" = base { "/" = { root = "/var/www/minecraft-overviewer"; }; };
|
"minecraft.nyanlout.re" = base { "/" = { root = "/var/www/minecraft-overviewer"; }; };
|
||||||
"musique-meyenheim.fr" = base {
|
"musique-meyenheim.fr" = base {
|
||||||
|
Loading…
Reference in New Issue
Block a user