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
https://github.com/NixOS/nixpkgs/blob/91cc22e841354199d16f5f86fcaf3395eebf92c7/pkgs/applications/virtualization/xen/default.nix#L139
(with
a comment that explains something).

I’m not sure, but I think that happens simply because there is no one
interested in maintaining the module as I don’t remember anyone mentioning
Xen in this mailing list for the last year.

So, you’ll have to start from updating the expression for Xen =).


On Sat Dec 20 2014 at 0:37:37 Thomas Strobel ts...@cam.ac.uk wrote:

 Hi!

 I plan to use NixOS as dom0 for Xen. There is an old, deactivated nixos
 module available that I thought of using. But before I go ahead, I just
 wanted to ask why dom0 support for Xen was dropped in NixOS? Anything
 that I should keep in mind when trying to reestablish dom0 support?

 Many thanks
 Thomas
 ___
 nix-dev mailing list
 nix-dev@lists.science.uu.nl
 http://lists.science.uu.nl/mailman/listinfo/nix-dev

___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[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.documentfoundation.org/File:Fosdem2013-booth.jpeg

We need *volunteers* to man the table, gear for the table, a presentation
and swag.

* Table:
We will need two monitors and something to drive them.

   - One would be playing a presentation (to be made by somebody, or is
   there a nice one already?) explaining Nix
   - One is for showing interested people how NixOS works. This would be
   done by a table host who is typically behind the table so it's nice to have
   a mirrored screen

Great extras: Banners, flyers, swag, nerdy things, 3D-printed items, ...

* Swag:
It would be great if we have swag to give away/sell.
If we can give e.g. USB sticks away, we could have a contest with a few
prize drawings (have them fill out a google form with some questions about
NixOS that they would have to look up), or we could give stuff to people
that do a PR.

Please see https://nixos.org/wiki/FOSDEM_2015 for a complete overview and
to register as a volunteer.

Feel free to improve the Wiki page of course, or reply here.

Thanks!

Wout.
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[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 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 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 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 pascalwittm...@gmx.net wrote:
 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


 ___
 nix-dev mailing list
 nix-dev@lists.science.uu.nl
 http://lists.science.uu.nl/mailman/listinfo/nix-dev




-- 
Nicolas Pierron
http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/
___
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 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 Mathijs Kwik
Ah, that's not too bad. Thanks :)

Peter Simons sim...@cryp.to 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
 http://lists.science.uu.nl/mailman/listinfo/nix-dev
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[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?

-- 
Paul
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


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 hints about making services on
Nix.

Particularly, I would like!

2014-12-21 18:32 GMT-02:00, Paul Colomiets p...@colomiets.name:
 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?

 --
 Paul
 ___
 nix-dev mailing list
 nix-dev@lists.science.uu.nl
 http://lists.science.uu.nl/mailman/listinfo/nix-dev

___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


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 torres.anderson...@gmail.com
wrote:

 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 hints about making services on
 Nix.

 Particularly, I would like!

 2014-12-21 18:32 GMT-02:00, Paul Colomiets p...@colomiets.name:
  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?
 
  --
  Paul
  ___
  nix-dev mailing list
  nix-dev@lists.science.uu.nl
  http://lists.science.uu.nl/mailman/listinfo/nix-dev
 
 ___
 nix-dev mailing list
 nix-dev@lists.science.uu.nl
 http://lists.science.uu.nl/mailman/listinfo/nix-dev

___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev