nixos/jenkins-service: fix 'group' option documentation

Both for master and slave.
This commit is contained in:
Bjørn Forsman 2014-04-09 21:04:49 +02:00
parent 1e9dee1854
commit e856584e1a
2 changed files with 4 additions and 2 deletions

View File

@ -25,7 +25,8 @@ in {
default = "jenkins";
type = with types; string;
description = ''
User the jenkins server should execute under.
If the default user "jenkins" is configured then this is the primary
group of that user.
'';
};

View File

@ -33,7 +33,8 @@ in {
default = "jenkins";
type = with types; string;
description = ''
User the jenkins slave agent should execute under.
If the default slave agent user "jenkins" is configured then this is
the primary group of that user.
'';
};