infrastructure/machines/compute01/_configuration.nix

23 lines
298 B
Nix
Raw Normal View History

{ dgn-lib, ... }:
2023-07-18 17:00:31 +02:00
dgn-lib.mkConfig {
enabledModules = [
# List of modules to enable
"dgn-dns"
"dgn-web"
];
enabledServices = [
# List of services to enable
"ds-fr"
"kanidm"
"mastodon"
2023-09-11 11:17:30 +02:00
"nextcloud"
"outline"
"satosa"
"zammad"
];
root = ./.;
}