{ vpnEnable, lib, ... }: { imports = [ ../system/default.nix ] ++ lib.optionals (vpnEnable == true) [ ../system/vpn.nix ]; }