infrastructure/machines/web01/_configuration.nix
2023-10-22 20:51:18 +02:00

19 lines
257 B
Nix

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