Personal-use NixOS configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Get Pydio Cells and Collabora working

encode42 9a2bc99e 456eed05

+9 -1
+3 -1
hosts/index/config/groupware/cells.nix
··· 29 29 CELLS_CONFIG = "file://${cellsHome}/pydio.json"; 30 30 }; 31 31 }; 32 - } 32 + 33 + systemd.services.cells.serviceConfig.ReadWritePaths = [ "/mnt/apps/pydio" "/mnt/data/pydio" ]; 34 + }
+6
packages/server/groupware/collabora.nix
··· 15 15 enabled = true; 16 16 17 17 base_url = "http://127.0.0.1:${toString config.services.languagetool.port}/v2"; 18 + 19 + ssl_verification = false; 18 20 }; 19 21 20 22 fonts_missing = { ··· 43 45 enable = true; 44 46 }; 45 47 }; 48 + }; 49 + 50 + boot.kernel.sysctl = { 51 + "kernel.unprivileged_userns_clone" = 1; 46 52 }; 47 53 }