diff --git a/hosts/sisyphe/features/samba-shares.nix b/hosts/sisyphe/features/samba-shares.nix index 66aa8d9..8c7d872 100644 --- a/hosts/sisyphe/features/samba-shares.nix +++ b/hosts/sisyphe/features/samba-shares.nix @@ -16,7 +16,6 @@ in config = { services.samba = { enable = true; - securityType = "user"; openFirewall = true; settings = { global = { diff --git a/hosts/sisyphe/features/services/nextcloud.nix b/hosts/sisyphe/features/services/nextcloud.nix index e96f332..b9600ed 100644 --- a/hosts/sisyphe/features/services/nextcloud.nix +++ b/hosts/sisyphe/features/services/nextcloud.nix @@ -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 =