* Typo.
svn path=/nixos/branches/modular-nixos/; revision=15716
This commit is contained in:
parent
dc707dff08
commit
f86e2e5d01
|
@ -54,6 +54,8 @@ in
|
|||
{
|
||||
require = options;
|
||||
services = {
|
||||
# !!! Better to do this as an activation script plugin rather
|
||||
# than an Upstart job.
|
||||
extraJobs = optional enable {
|
||||
name = "clear-passwords";
|
||||
job = ''
|
||||
|
@ -67,7 +69,7 @@ in
|
|||
'';
|
||||
};
|
||||
mingetty = {
|
||||
helpLine = optionalString enable "\nThis users have empty passwords: ${nameString}";
|
||||
helpLine = optionalString enable "\nThese users have empty passwords: ${nameString}";
|
||||
};
|
||||
};
|
||||
users = {
|
||||
|
|
Loading…
Reference in New Issue