# SPDX-FileCopyrightText: 2025 Lubin Bailly # # SPDX-License-Identifier: EUPL-1.2 { lib, ... }: lib.extra.mkConfig { enabledModules = [ # List of modules to enable "dgn-web" ]; enabledServices = [ # List of services to enable "staging-gestiocofs" ]; extraConfig = { dgn-records.enable = false; dgn-monitoring.enable = false; dgn-notify.enable = false; }; root = ./.; }