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

21 lines
396 B
Nix
Raw Normal View History

2024-10-31 00:55:10 -05:00
{
imports = [
2024-11-04 19:20:49 -06:00
./files.chandlerswift.com.nix
2024-11-05 23:47:48 -06:00
./git.chandlerswift.com.nix
2024-10-31 00:55:10 -05:00
./home.chandlerswift.com.nix
./maps.chandlerswift.com.nix
./stjohnscccc.org.nix
2024-11-05 23:32:46 -06:00
./swiftgang.net.nix
2024-10-31 00:55:10 -05:00
];
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
};
}