Now xfs job fails without enableFontDir.

svn path=/nixos/trunk/; revision=10279
This commit is contained in:
Michael Raskin 2008-01-24 21:35:24 +00:00
parent 8f503d7302
commit 01004362f2

View File

@ -1,6 +1,7 @@
{
pkgs, config
}:
if ! config.fonts.enableFontDir then abort "Please enable fontDir (fonts.enableFontDir) to use xfs." else
let
configFile = ./xfs.conf;
startingDependency = if config.services.gw6c.enable && config.services.gw6c.autorun then "gw6c" else "network-interfaces";