small fix
This commit is contained in:
parent
b5beaf4e3c
commit
0c5fa9b8d4
1 changed files with 8 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue