Re: [Nix-dev] Enable openntpd instead ntp by default

2014-12-21 Thread Kirill Elagin
If we are talking about _defaults_, than “no extra packages” is the best option, IMHO, and systemd already ships `systemd-timesyncd`, why not use it? On Mon Dec 22 2014 at 6:02:03 Anderson Torres wrote: > There exists a "portable" (OS-independent) version of OpenNTPD? > Normally, Theo de Raadt ma

Re: [Nix-dev] Enable openntpd instead ntp by default

2014-12-21 Thread Anderson Torres
There exists a "portable" (OS-independent) version of OpenNTPD? Normally, Theo de Raadt makes two versions: the main, official, OpenBSD-tuned version; and the "OS-independent", portable one. Everything being the same, I don't think it is difficult to change from one to other. There are Nix Wiki hi

[Nix-dev] Enable openntpd instead ntp by default

2014-12-21 Thread Paul Colomiets
Hi, I'm not sure was it discussed before, but I want to ask if we should enable openntpd instead of ntpd by default? The motivation basically is that openntpd is smaller and more secure than current default. More details are there: http://article.gmane.org/gmane.os.openbsd.tech/40107/ Thoughts?

Re: [Nix-dev] escaping /* in emacs nix mode

2014-12-21 Thread Mathijs Kwik
Ah, that's not too bad. Thanks :) Peter Simons writes: > Hi Mathijs, > > the standard hack to avoid this issue is to write: > > rm "some/path/"*.o > > It sucks, but it works. > > Peter > > ___ > nix-dev mailing list > nix-dev@lists.science.uu.nl >

Re: [Nix-dev] escaping /* in emacs nix mode

2014-12-21 Thread Peter Simons
Hi Mathijs, the standard hack to avoid this issue is to write: rm "some/path/"*.o It sucks, but it works. Peter ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] escaping /* in emacs nix mode

2014-12-21 Thread Nicolas Pierron
Hi Mathijs, What I used to do is add a # */ either at the end of the line if this is a shell script, or at the end of the string. On Sun, Dec 21, 2014 at 3:58 PM, Pascal Wittmann wrote: > Hi Mathijs, > > I am annoyed by this as well. Some time ago I tried to fix this but > failed. I should hav

Re: [Nix-dev] escaping /* in emacs nix mode

2014-12-21 Thread Pascal Wittmann
Hi Mathijs, I am annoyed by this as well. Some time ago I tried to fix this but failed. I should have at least opened an issue about it. Maybe we have some elisp expert who can fix it? Regards Pascal signature.asc Description: OpenPGP digital signature

[Nix-dev] escaping /* in emacs nix mode

2014-12-21 Thread Mathijs Kwik
Hi all, How do I prevent something like this to screw over emacs' font coloring for nix files? foo = '' rm some/path/*.o ''; bar = ... It seems the /* makes everything after it (including bar) appear as comments. Thanks, Mathijs ___ nix-dev mailing

[Nix-dev] FOSDEM: meeting notes

2014-12-21 Thread Wout Mertens
Hi all, here's the findings of our call about FOSDEM (which happens in Brussels during the Jan 31 weekend, free entrance, come if you can): We have a table at FOSDEM, which is meant to show off the project to people that walk through the hallway. Here's what that looks like: https://wiki.document

Re: [Nix-dev] NixOS as dom0 for Xen

2014-12-21 Thread Kirill Elagin
Well the same commit that commented out the module also marks all of Xen as `broken` and it is still marked so (with a comment that explains something). I’m not su