nixos: services: nextcloud: add collabora
This needs to be configured through the "Nextcloud Office" app, specifically the WOPI setting is important for security (I put both the external IP, as well as `::1` and `127.0.0.1`).
This commit is contained in:
parent
ab8a5daefe
commit
138d4d2bd9
2 changed files with 62 additions and 0 deletions
|
|
@ -4,6 +4,10 @@ let
|
|||
cfg = config.my.services.nextcloud;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./collabora.nix
|
||||
];
|
||||
|
||||
options.my.services.nextcloud = with lib; {
|
||||
enable = mkEnableOption "Nextcloud";
|
||||
maxSize = mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue