infrastructure/machines/storage01/_configuration.nix

18 lines
243 B
Nix

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