1 2 3 4 5 6 7 8
{ config, lib, inputs, ... }: with lib; let cfg = config.roles.minecraft; in { imports = [ ./zenith ]; }