cjdns service: use cfg.enable shortcut

This commit is contained in:
Joachim Fasting 2016-10-26 01:30:21 +02:00
parent 79d216b8f4
commit afe67f28a3

View File

@ -201,7 +201,7 @@ in
};
config = mkIf config.services.cjdns.enable {
config = mkIf cfg.enable {
boot.kernelModules = [ "tun" ];