feat: lets iceshrimp configure nginx; issues with matrix (2/7/8)

This commit is contained in:
Ahwx 2024-07-17 00:53:49 +02:00
parent c773beb592
commit 750a5f28ab
3 changed files with 4 additions and 5 deletions

View file

@ -16,8 +16,8 @@
iceshrimp = {
enable = true;
configureNginx = true;
settings = {
configureNginx = true;
url = "https://fedi.liv.town"; # The domain your Iceshrimp UI will be served on.
settings.db.host = "/run/postgresql"; # omitting this setting causes some configurations to fail
};

View file

@ -116,7 +116,8 @@ in {
server_name = "${fqdn}";
public_baseurl = "https://${fqdn}";
enable_registration = false;
extraConfigFiles = [ "/home/liv/nixos-config/secrets/matrix-synapse.yaml" ];
registration_shared_secret = "";
# extraConfigFiles = [ "/home/liv/nixos-config/secrets/matrix-synapse.yaml" ];
listeners = [
{ port = 8008;
bind_addresses = [ "::1" ];

View file

@ -1,5 +1,3 @@
registration_shared_secret:
macaroon_secret_key:
form_secret:
registration_shared_secret: ""
report_stats: false