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

@ -16,7 +16,6 @@ in
config = { config = {
services.samba = { services.samba = {
enable = true; enable = true;
securityType = "user";
openFirewall = true; openFirewall = true;
settings = { settings = {
global = { global = {

View file

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