biotite,weilite: fix error caused by bump
This commit is contained in:
parent
8b458d684c
commit
6055afbefe
2 changed files with 8 additions and 10 deletions
|
@ -31,6 +31,10 @@ in
|
||||||
|
|
||||||
services.matrix-synapse = {
|
services.matrix-synapse = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
# TODO: Waiting for https://github.com/NixOS/nixpkgs/issues/367976
|
||||||
|
package = pkgs.matrix-synapse.override {
|
||||||
|
matrix-synapse-unwrapped = pkgs.matrix-synapse-unwrapped.overridePythonAttrs { doCheck = false; };
|
||||||
|
};
|
||||||
withJemalloc = true;
|
withJemalloc = true;
|
||||||
settings = {
|
settings = {
|
||||||
server_name = "xiny.li";
|
server_name = "xiny.li";
|
||||||
|
|
|
@ -174,17 +174,11 @@
|
||||||
services.caddy = {
|
services.caddy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.caddy.withPlugins {
|
package = pkgs.caddy.withPlugins {
|
||||||
caddyModules = [
|
plugins = [
|
||||||
{
|
"github.com/caddy-dns/cloudflare@v0.0.0-20240703190432-89f16b99c18e"
|
||||||
repo = "github.com/caddy-dns/cloudflare";
|
"github.com/caddy-dns/dnspod@v0.0.4"
|
||||||
version = "89f16b99c18ef49c8bb470a82f895bce01cbaece";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
repo = "github.com/caddy-dns/dnspod";
|
|
||||||
version = "1fd4ce87e919f47db5fa029c31ae74b9737a58af";
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
vendorHash = "sha256-OhOeU2+JiJyIW9WdCYq98OKckXQZ9Fn5zULz0aLsXMI=";
|
hash = "sha256-StgQx4Aqumisk4MYN6f4S/QyAHa37yTmGTdrtEeMTHg=";
|
||||||
};
|
};
|
||||||
virtualHosts."derper00.namely.icu:8443".extraConfig = ''
|
virtualHosts."derper00.namely.icu:8443".extraConfig = ''
|
||||||
reverse_proxy 127.0.0.1:${toString config.services.tailscale.derper.port}
|
reverse_proxy 127.0.0.1:${toString config.services.tailscale.derper.port}
|
||||||
|
|
Loading…
Add table
Reference in a new issue