diff --git a/systems/x86_64-linux/stargate/services/nextcloud.nix b/systems/x86_64-linux/stargate/services/nextcloud.nix index 9d03d63..d91bd6f 100644 --- a/systems/x86_64-linux/stargate/services/nextcloud.nix +++ b/systems/x86_64-linux/stargate/services/nextcloud.nix @@ -23,6 +23,9 @@ with lib.custom; { dbtype = "pgsql"; adminpassFile = config.sops.secrets."services/nextcloud/dbPassword".path; }; + settings = { + "maintenance_window_start" = 1; + }; hostName = "nextcloud.kylekrein.com"; https = true; # https://github.com/NixOS/nixpkgs/blob/nixpkgs-unstable/pkgs/servers/nextcloud/packages/nextcloud-apps.json @@ -40,13 +43,17 @@ with lib.custom; { notes bookmarks richdocuments + mail ; }; autoUpdateApps.enable = true; extraAppsEnable = true; configureRedis = true; - appstoreEnable = true; + #appstoreEnable = true; }; + environment.systemPackages = with pkgs; [ + config.services.nextcloud.occ + ]; services.nextcloud-whiteboard-server = { enable = true; settings = {