openssh greeting fixes
This commit is contained in:
parent
447778eb46
commit
fe091504d0
4 changed files with 24 additions and 8 deletions
|
|
@ -24,7 +24,12 @@ in
|
|||
database.createLocally = true;
|
||||
maxUploadSize = "16G";
|
||||
extraApps = {
|
||||
inherit (config.services.nextcloud.package.packages.apps) calendar contacts notes;
|
||||
inherit (config.services.nextcloud.package.packages.apps)
|
||||
calendar
|
||||
contacts
|
||||
notes
|
||||
tasks
|
||||
;
|
||||
};
|
||||
extraAppsEnable = true;
|
||||
caching = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue