Removed bad characters in descriptions, changed system.nix checker invokation
svn path=/nixos/trunk/; revision=9620
This commit is contained in:
parent
2fc94b76fe
commit
7d94e2ed4d
@ -318,7 +318,7 @@
|
|||||||
description = "
|
description = "
|
||||||
Use the trivial Mail Transfer Agent (MTA)
|
Use the trivial Mail Transfer Agent (MTA)
|
||||||
<command>ssmtp</command> package to allow programs to send
|
<command>ssmtp</command> package to allow programs to send
|
||||||
e-mail. If you don't want to run a “real” MTA like
|
e-mail. If you don't want to run a ``real'' MTA like
|
||||||
<command>sendmail</command> or <command>postfix</command> on
|
<command>sendmail</command> or <command>postfix</command> on
|
||||||
your machine, set this option to <literal>true</literal>, and
|
your machine, set this option to <literal>true</literal>, and
|
||||||
set the option
|
set the option
|
||||||
@ -1358,7 +1358,7 @@ root ALL=(ALL) SETENV: ALL
|
|||||||
default = false;
|
default = false;
|
||||||
description = "
|
description = "
|
||||||
Whether to add the fonts provided by Ghostscript (such as
|
Whether to add the fonts provided by Ghostscript (such as
|
||||||
various URW fonts and the “Base-14” Postscript fonts) to the
|
various URW fonts and the ``Base-14'' Postscript fonts) to the
|
||||||
list of system fonts, making them available to X11
|
list of system fonts, making them available to X11
|
||||||
applications.
|
applications.
|
||||||
";
|
";
|
||||||
|
@ -344,5 +344,5 @@ rec {
|
|||||||
];
|
];
|
||||||
configurationName = config.boot.configurationName;
|
configurationName = config.boot.configurationName;
|
||||||
}) (pkgs.getConfig ["checkConfigurationOptions"] false)
|
}) (pkgs.getConfig ["checkConfigurationOptions"] false)
|
||||||
config.declarations configuration ;
|
optionDeclarations configuration ;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user