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

23 lines
459 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-11-12 00:47:23 -06:00
./harborpaperco.com.nix
2024-10-31 00:55:10 -05:00
./home.chandlerswift.com.nix
2024-11-06 00:00:51 -06:00
./katherineandchandler.com.nix
2024-10-31 00:55:10 -05:00
./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
};
}