cjdns service: use cfg.enable shortcut
This commit is contained in:
@@ -201,7 +201,7 @@ in
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf config.services.cjdns.enable {
|
config = mkIf cfg.enable {
|
||||||
|
|
||||||
boot.kernelModules = [ "tun" ];
|
boot.kernelModules = [ "tun" ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user