tilpner has quit [(Quit: :wq)]
tilpner has joined joined #nixos-wiki
mguex_ has joined joined #nixos-wiki
goibhniu has joined joined #nixos-wiki
goibhniu has quit [(Changing host)]
goibhniu has joined joined #nixos-wiki
<Mic92> samueldr: shouldn't be too complex to port this
<Mic92> the exposes a lot of options we don't need in the first place
<samueldr> yes, but as it's part of nixos, I feel like it should expose those, and it would be nice to port it in a way that is portable across webservers
<samueldr> I've been using/updating another one of those modules lately, and the way it works is nice
<samueldr> oh, and I especially feel we should upstream those changes, that's why I think it needs to be polished
<makefu> samueldr: i also think it would be nice to have something similar to extraSubservices for nginx (or other web servers). right now all web services i integrate use explicit configuration of nginx plus the module of the service.
<Mic92> In the first place mediawiki should be its own package
<Mic92> From there one could look how to share as much as possible code between apache and nginx
<samueldr> I'm willing to work on it, but I'm stilll unfamiliar with all that's possible with nix
<samueldr> there's already so much stuff builtin or in stdlib
<samueldr> what would be the best way to get comments / reviews on such a task
<samueldr> IRC definitely isn't
<samueldr> pull requests aren't made for it
<samueldr> the mailing lists?
<makefu> yes the ml might be a good place for this
<makefu> with IRC you have to be very lucky
<samueldr> :)
<makefu> you could try in #nixos-dev for that kind of work
<makefu> but then again, you need to be lucky
<samueldr> hmm
<samueldr> this one isn't on https://nixos.org/nixos/community.html
<makefu> the "secret dev channel only announced on the mailinglist"
<samueldr> I'll keep that in mind
mguex_ is now known as mguex
goibhniu has quit [(Ping timeout: 240 seconds)]
<Mic92> samueldr: opening work-in-progress pull requests is also an option
<Mic92> you will still get early feedback that way
<Mic92> just mark it as [WIP] in the title
<samueldr> oh nice
<nixoswikibot> [[NixOS on ARM]] ! https://nixos.wiki/index.php?diff=918&oldid=892&rcid=917 * Makefu * (+162) /* Installation */ add serial console hint
<samueldr> relevant to add `sudo screen /dev/ttyUSB0 115200` somewhere ?
<samueldr> (or something better)
<nixoswikibot> [[NixOS on ARM]] ! https://nixos.wiki/index.php?diff=919&oldid=918&rcid=918 * Makefu * (+198) /* Raspberry Pi 3 */
<nixoswikibot> [[NixOS on ARM]] ! https://nixos.wiki/index.php?diff=920&oldid=919&rcid=919 * Makefu * (+23)
<makefu> yes this would fit there
<nixoswikibot> [[NixOS on ARM]] ! https://nixos.wiki/index.php?diff=921&oldid=920&rcid=920 * Makefu * (+324)
<makefu> samueldr: ^
<samueldr> that's great
<samueldr> (a <code> was forgotten)
<nixoswikibot> [[NixOS on ARM]] !M https://nixos.wiki/index.php?diff=922&oldid=921&rcid=921 * Samueldr * (+6) <code> was missing
<samueldr> btw, if you've got a raspberry pi 3, X11 works with modesetting with the latest kernel
<makefu> cool thing, i will use it as an embedded system though
<samueldr> with archlinuxarm I never was able to configure it to make vc4 modesetting work in an acceptable manner
<Mic92> makefu: some breakages found, or everything just works?