Fix things
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
services.caddy = let
|
services.caddy = let
|
||||||
catppuccin = builtins.fromJSON (builtins.readFile (pkgs.fetchurl {
|
catppuccin = builtins.fromJSON (builtins.readFile (pkgs.fetchurl {
|
||||||
url = "https://raw.githubusercontent.com/catppuccin/element/main/config.json";
|
url = "https://raw.githubusercontent.com/catppuccin/element/main/config.json";
|
||||||
hash = "sha256-9y113raGhCKlKAPmi5MXEW64qpPJ9u2oN/kwR5etZo0=";
|
hash = "sha256-jaH6E2YO2np3Ewv6JQWbGRiRqsL75rIEJuKfXv95W6Y=";
|
||||||
}));
|
}));
|
||||||
|
|
||||||
element = pkgs.element-web.override {
|
element = pkgs.element-web.override {
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
server = {
|
server = {
|
||||||
http_addr = "localhost";
|
http_addr = "127.0.0.1";
|
||||||
http_port = 3033;
|
http_port = 3033;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user