2024-10-31 00:55:10 -05:00
|
|
|
{
|
|
|
|
imports = [
|
2024-11-12 02:01:34 -06:00
|
|
|
./0hats.com.nix
|
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
|
2024-11-12 01:29:06 -06:00
|
|
|
./music.chandlerswift.com.nix
|
2024-10-31 00:55:10 -05:00
|
|
|
./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
|
|
|
};
|
|
|
|
}
|