gnunet: it was missing extraGroups

This commit is contained in:
Lluís Batlle i Rossell 2013-05-28 10:19:59 +02:00
parent 717dc3b858
commit f60393975f

View file

@ -126,6 +126,10 @@ in
createHome = true;
};
users.extraGroups = singleton
{ name = "gnunet";
};
# The user tools that talk to `gnunetd' should come from the same source,
# so install them globally.
environment.systemPackages = [ pkgs.gnunet ];