Fix things

This commit is contained in:
2024-10-06 11:36:41 +01:00
parent f25f05f731
commit cea1a06c70
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
services.caddy = let
catppuccin = builtins.fromJSON (builtins.readFile (pkgs.fetchurl {
url = "https://raw.githubusercontent.com/catppuccin/element/main/config.json";
hash = "sha256-9y113raGhCKlKAPmi5MXEW64qpPJ9u2oN/kwR5etZo0=";
hash = "sha256-jaH6E2YO2np3Ewv6JQWbGRiRqsL75rIEJuKfXv95W6Y=";
}));
element = pkgs.element-web.override {

View File

@@ -8,7 +8,7 @@
enable = true;
settings = {
server = {
http_addr = "localhost";
http_addr = "127.0.0.1";
http_port = 3033;
};
};