infrastructure/machines/compute01/_configuration.nix
2023-10-05 09:52:13 +02:00

25 lines
349 B
Nix

{ lib, ... }:
lib.extra.mkConfig {
enabledModules = [
# List of modules to enable
"dgn-dns"
"dgn-web"
];
enabledServices = [
# List of services to enable
"ds-fr"
"hedgedoc"
"kanidm"
"mastodon"
"nextcloud"
"onlyoffice"
"outline"
"rstudio-server"
"satosa"
"zammad"
];
root = ./.;
}