mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: lets iceshrimp configure nginx; issues with matrix (2/7/8)
This commit is contained in:
parent
c773beb592
commit
750a5f28ab
3 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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" ];
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
registration_shared_secret:
|
||||
macaroon_secret_key:
|
||||
form_secret:
|
||||
registration_shared_secret: ""
|
||||
|
||||
report_stats: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue