On 14 October 2016 at 17:14, Stefan Huchler <stefan.huch...@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
_______________________________________________
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to