small fix

This commit is contained in:
Aleksandr Lebedev 2025-10-16 07:54:44 +02:00
parent b5beaf4e3c
commit 0c5fa9b8d4

View file

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