Upgrade bolty to 22.05
This commit is contained in:
parent
a3d24ca9ae
commit
c3ad4e9485
2 changed files with 15 additions and 17 deletions
|
@ -6,7 +6,6 @@
|
||||||
../../server-security.nix
|
../../server-security.nix
|
||||||
../../tailscale.nix
|
../../tailscale.nix
|
||||||
../cli.nix
|
../cli.nix
|
||||||
./homeassistant.nix
|
|
||||||
./matrix-server.nix
|
./matrix-server.nix
|
||||||
./nextcloud.nix
|
./nextcloud.nix
|
||||||
./print-server.nix
|
./print-server.nix
|
||||||
|
|
|
@ -12,11 +12,11 @@
|
||||||
|
|
||||||
services.matrix-synapse = {
|
services.matrix-synapse = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
settings = {
|
||||||
server_name = "cyplo.dev";
|
server_name = "cyplo.dev";
|
||||||
enable_registration = false;
|
|
||||||
listeners = [{
|
listeners = [{
|
||||||
port = 8008;
|
port = 8008;
|
||||||
bind_address = "bolty.cyplo.github.beta.tailscale.net";
|
bind_addresses = [ "bolty.cyplo.github.beta.tailscale.net" ];
|
||||||
type = "http";
|
type = "http";
|
||||||
tls = false;
|
tls = false;
|
||||||
x_forwarded = true;
|
x_forwarded = true;
|
||||||
|
@ -25,10 +25,9 @@
|
||||||
compress = false;
|
compress = false;
|
||||||
}];
|
}];
|
||||||
}];
|
}];
|
||||||
app_service_config_files = [ ];
|
experimental_features = { spaces_enabled = true; };
|
||||||
extraConfig = ''
|
enable_registration = false;
|
||||||
experimental_features: { spaces_enabled: true }
|
};
|
||||||
'';
|
|
||||||
package =
|
package =
|
||||||
inputs.nixpkgs-nixos-unstable.legacyPackages."x86_64-linux".matrix-synapse;
|
inputs.nixpkgs-nixos-unstable.legacyPackages."x86_64-linux".matrix-synapse;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue