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";
|
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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue