machine-config/bert/services/http/index.nix
2024-11-05 23:50:58 -06:00

21 lines
396 B
Nix

{
imports = [
./files.chandlerswift.com.nix
./git.chandlerswift.com.nix
./home.chandlerswift.com.nix
./maps.chandlerswift.com.nix
./stjohnscccc.org.nix
./swiftgang.net.nix
];
services.caddy = {
enable = true;
email = "chandler@chandlerswift.com";
globalConfig = ''
servers {
metrics # Enable Prometheus monitoring
}
'';
};
}