infrastructure/machines/storage01/_configuration.nix
2023-10-04 09:23:48 +02:00

18 lines
241 B
Nix

{ lib, ... }:
lib.extra.mkConfig {
enabledModules = [
# List of modules to enable
"dgn-web"
];
enabledServices = [
# List of services to enable
"atticd"
"forgejo"
"garage"
"peertube"
];
root = ./.;
}