{
config,
lib,
...
}:
with lib;
let
cfg = config.modules.tailscale;
in
config = mkIf cfg.enable {
services.tailscale.enable = true;
};
}