services: ignore environment.etc for services to work

This commit is contained in:
Jaka Hudoklin 2014-08-29 18:09:36 +02:00
parent 585f3d034e
commit aed7783f1c

View File

@ -15,6 +15,8 @@ with pkgs.lib;
# HACK HACK
system.activationScripts.etc = mkOption {}; # Ignore
system.build.etc = mkOption {}; # Ignore
environment.etc = mkOption {}; # Ignore
};
config = {