infrastructure/machines/compute01/_configuration.nix

26 lines
349 B
Nix
Raw Normal View History

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