Now xfs job fails without enableFontDir.
svn path=/nixos/trunk/; revision=10279
This commit is contained in:
parent
8f503d7302
commit
01004362f2
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
pkgs, config
|
pkgs, config
|
||||||
}:
|
}:
|
||||||
|
if ! config.fonts.enableFontDir then abort "Please enable fontDir (fonts.enableFontDir) to use xfs." else
|
||||||
let
|
let
|
||||||
configFile = ./xfs.conf;
|
configFile = ./xfs.conf;
|
||||||
startingDependency = if config.services.gw6c.enable && config.services.gw6c.autorun then "gw6c" else "network-interfaces";
|
startingDependency = if config.services.gw6c.enable && config.services.gw6c.autorun then "gw6c" else "network-interfaces";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user