merging with main

This commit is contained in:
revol-xut 2023-05-26 15:15:25 +02:00
commit aeae0291ad
No known key found for this signature in database
GPG key ID: 4F56FF7759627D07
8 changed files with 11 additions and 74 deletions

View file

@ -27,6 +27,7 @@
host = "localhost";
port = 5432;
passwordFile = config.sops.secrets."mediawiki/postgres".path;
createLocally = false;
};
# virtualHost = {
@ -36,14 +37,14 @@
# enableACME = true;
# };
virtualHost = {
hostName = "wiki.quitte.tassilo-tanneberger.de";
httpd.virtualHost = {
hostName = "wiki.${config.fsr.domain}";
adminAddr = "root@ifsr.de";
#forceSSL = true;
#enableACME = true;
};
virtualHost.listen = [
httpd.virtualHost.listen = [
{
ip = "127.0.0.1";
port = 8080;