mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
nextcloud office
This commit is contained in:
parent
24e76fbdec
commit
47138c41c4
1 changed files with 3 additions and 1 deletions
|
|
@ -39,7 +39,9 @@ in
|
|||
services.nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud32;
|
||||
|
||||
extraApps = {
|
||||
inherit (config.services.nextcloud.package.packages.apps) richdocuments;
|
||||
};
|
||||
hostName = nextcloudExternalDomain;
|
||||
|
||||
https = false; # NPM handles HTTPS. Nextcloud serves HTTP internally.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue