gnunet: it was missing extraGroups
This commit is contained in:
parent
717dc3b858
commit
f60393975f
@ -126,6 +126,10 @@ in
|
|||||||
createHome = true;
|
createHome = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
users.extraGroups = singleton
|
||||||
|
{ name = "gnunet";
|
||||||
|
};
|
||||||
|
|
||||||
# The user tools that talk to `gnunetd' should come from the same source,
|
# The user tools that talk to `gnunetd' should come from the same source,
|
||||||
# so install them globally.
|
# so install them globally.
|
||||||
environment.systemPackages = [ pkgs.gnunet ];
|
environment.systemPackages = [ pkgs.gnunet ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user