switch to the 23.05 release
This commit is contained in:
parent
504c89d4e9
commit
7331eef574
6 changed files with 27 additions and 111 deletions
|
@ -30,7 +30,8 @@ in
|
|||
|
||||
nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud25; # Use current latest nextcloud package
|
||||
package = pkgs.nextcloud26; # Use current latest nextcloud package
|
||||
enableBrokenCiphersForSSE = false; # disable the openssl warning
|
||||
hostName = "${domain}";
|
||||
https = true; # Use https for all urls
|
||||
phpExtraExtensions = all: [
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue