Upgrade to nixos-24.11

This commit is contained in:
Amanda Graven 2025-01-08 19:45:36 +01:00
parent 43f898a7c5
commit beb429d72d
Signed by: amanda
GPG key ID: F747582C5608F4CB
3 changed files with 12 additions and 12 deletions

View file

@ -4,7 +4,7 @@
enable = true;
hostName = "cloud.graven.dev";
https = true;
package = pkgs.nextcloud29;
package = pkgs.nextcloud30;
autoUpdateApps.enable = true;
maxUploadSize = "10G";
webfinger = true;