{
  config,
  lib,
  ...
}:
let
  cfg = config.profiles.server;
in
{
  config = lib.mkIf cfg.enable {
    networking.useNetworkd = true;
  };
}