mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 13:29:22 +02:00
run nix fmt
This commit is contained in:
parent
eab8e4b1d8
commit
d5cbe31c02
61 changed files with 1299 additions and 830 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ...}:
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
fqdn = "matrix.missing.ninja";
|
||||
|
@ -54,9 +54,7 @@ in
|
|||
server_name = "missing.ninja";
|
||||
registration_shared_secret = "";
|
||||
public_baseurl = baseUrl;
|
||||
app_service_config_files = [
|
||||
"/var/lib/matrix-synapse/whatsapp-registration.yaml"
|
||||
];
|
||||
app_service_config_files = [ "/var/lib/matrix-synapse/whatsapp-registration.yaml" ];
|
||||
listeners = [
|
||||
{
|
||||
port = 8448;
|
||||
|
@ -66,7 +64,10 @@ in
|
|||
x_forwarded = true;
|
||||
resources = [
|
||||
{
|
||||
names = [ "client" "federation" ];
|
||||
names = [
|
||||
"client"
|
||||
"federation"
|
||||
];
|
||||
compress = true;
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue