upgrade quitte to 24.11

This commit is contained in:
Rouven Seifert 2024-12-13 19:51:28 +01:00
parent 7d7d60c189
commit e3dd58a1f9
Signed by untrusted user: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
9 changed files with 42 additions and 33 deletions

View file

@ -73,6 +73,7 @@
time.timeZone = "Europe/Berlin";
# basic shell & editor
programs.vim.enable = true;
programs.vim.defaultEditor = true;
# List packages installed in system profile. To search, run:

View file

@ -12,7 +12,9 @@ in
http-port = 8086;
https-port = 19000;
hostname = domain;
proxy = "edge";
proxy-headers = "xforwarded";
http-enabled = true;
hostname-strict-https = false;
};
# The module requires a password for the DB and works best with its own DB config
# Does an automatic Postgresql configuration

View file

@ -12,13 +12,6 @@
jvmOpts = "-Xmx8192M -Xms8192M";
};
};
services.bluemap = {
enable = true;
host = "map.mc.ifsr.de";
eula = true;
onCalendar = "hourly";
defaultWorld = "/srv/minecraft/ifsr/world";
};
services.nginx.virtualHosts."map.mc.ifsr.de".extraConfig = ''
allow 141.30.0.0/16;
allow 141.76.0.0/16;

View file

@ -15,7 +15,7 @@ in
nextcloud = {
enable = true;
configureRedis = true;
package = pkgs.nextcloud29;
package = pkgs.nextcloud30;
hostName = domain;
https = true; # Use https for all urls
phpExtraExtensions = all: [