Bump Nextcloud to 32

This commit is contained in:
Amanda Graven 2026-02-22 14:48:03 +01:00
parent 7d3a905a5b
commit b2482bcd0e
Signed by: amanda
GPG key ID: F747582C5608F4CB
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
{ config, ... }:
{ config, pkgs, ... }:
{
services.akkoma = {
@ -30,7 +30,7 @@
nginx = {
enableACME = true;
forceSSL = true;
serverName = "fedi.graven.se"
}
serverName = "fedi.graven.se";
};
};
}