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

Stefan Huchler stefan.huchler at mail.de
Fri Oct 14 20:06:02 CEST 2016


Hello Bjorn,

thanks that looks interesting, worked and as easy as I expect it from
nixos :)

One more thing how difficult would it be to add https?



> 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 at lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev



More information about the nix-dev mailing list