Folding@Home service: don't make binaries visible

svn path=/nixos/trunk/; revision=23852
This commit is contained in:
Evgeny Egorochkin 2010-09-18 12:44:03 +00:00
parent 41530c8e76
commit 39193fa1e7

View file

@ -41,7 +41,6 @@ in {
###### implementation
config = mkIf cfg.enable {
environment.systemPackages = [ pkgs.foldingathome ];
users.extraUsers = singleton
{ name = fahUser;