3
0
Fork 0
forked from mirrors/nixpkgs
svn path=/nixos/branches/modular-nixos/; revision=15716
This commit is contained in:
Eelco Dolstra 2009-05-24 22:49:06 +00:00
parent dc707dff08
commit f86e2e5d01

View file

@ -54,6 +54,8 @@ in
{ {
require = options; require = options;
services = { services = {
# !!! Better to do this as an activation script plugin rather
# than an Upstart job.
extraJobs = optional enable { extraJobs = optional enable {
name = "clear-passwords"; name = "clear-passwords";
job = '' job = ''
@ -67,7 +69,7 @@ in
''; '';
}; };
mingetty = { mingetty = {
helpLine = optionalString enable "\nThis users have empty passwords: ${nameString}"; helpLine = optionalString enable "\nThese users have empty passwords: ${nameString}";
}; };
}; };
users = { users = {