fix: more changes due to nixos 24.11

This commit is contained in:
kity 2024-12-27 13:59:52 +01:00
parent d1297eda99
commit c8073d3055
2 changed files with 2 additions and 1 deletions

View file

@ -25,6 +25,7 @@
database.createLocally = true;
webserver = "caddy";
configureRedis = true;
package = pkgs.nextcloud30;
config = {
dbtype = "pgsql";
adminpassFile = config.sops.secrets.adminNextcloudPass.path;
@ -93,6 +94,7 @@
extraAppsEnable = true;
appstoreEnable = true; # why i would want appstore to be disabled ???
autoUpdateApps.enable = true;
cli.memoryLimit = "4G";
};
environment.systemPackages =