infrastructure/machines/web01/_configuration.nix
2023-10-27 14:16:48 +02:00

20 lines
272 B
Nix

{ lib, ... }:
lib.extra.mkConfig {
enabledModules = [
# List of modules to enable
"dgn-web"
];
enabledServices = [
# List of services to enable
"castopod"
"metis"
"linkal"
"ntfy-sh"
"plausible"
"wordpress"
];
root = ./.;
}