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";
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 = {