[Nix-dev] how to successfully install owncloud/nextcloud

Bjørn Forsman bjorn.forsman at gmail.com
Fri Oct 14 18:00:26 CEST 2016


On 14 October 2016 at 17:14, Stefan Huchler <stefan.huchler at mail.de> wrote:
> I am using 16.09 but have serious problems getting owncloud running,
> first I find it irritating that only postgresql is supportet but ok I
> can accept that at least for now.

As a workaround, if you can live with lighttpd + nextcloud + sqlite3,
you can try this module:

https://github.com/bjornfor/nixos-config/blob/master/modules/nextcloud.nix

Use it like:

  services.lighttpd = {
    enable = true;
    nextcloud.enable = true;
  };

It's on my "todo" to submit it to nixpkgs.

Best regards,
Bjørn Forsman


More information about the nix-dev mailing list