Adding collabora
This commit is contained in:
parent
fea6d8fb0a
commit
2462658f32
3 changed files with 42 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./collabora.nix
|
||||
];
|
||||
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud32;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue