machine-config/bert/services/http/index.nix

18 lines
306 B
Nix
Raw Normal View History

2024-10-31 00:55:10 -05:00
{
imports = [
./home.chandlerswift.com.nix
./maps.chandlerswift.com.nix
./stjohnscccc.org.nix
];
services.caddy = {
enable = true;
email = "chandler@chandlerswift.com";
2024-10-31 01:50:48 -05:00
globalConfig = ''
servers {
metrics # Enable Prometheus monitoring
}
'';
2024-10-31 00:55:10 -05:00
};
}