infrastructure/machines/web03/_configuration.nix

17 lines
208 B
Nix
Raw Normal View History

2024-10-16 11:07:40 +02:00
{ lib, ... }:
lib.extra.mkConfig {
enabledModules = [
# List of modules to enable
"dgn-web"
];
enabledServices = [
# List of services to enable
];
extraConfig = { };
root = ./.;
}