27 lines
574 B
Nix
27 lines
574 B
Nix
{
|
|
imports = [
|
|
./0hats.com.nix
|
|
./files.chandlerswift.com.nix
|
|
./git.chandlerswift.com.nix
|
|
./harborpaperco.com.nix
|
|
./home.chandlerswift.com.nix
|
|
./isaacswift.com.nix
|
|
./katherineandchandler.com.nix
|
|
./maps.chandlerswift.com.nix
|
|
./music.chandlerswift.com.nix
|
|
./preview.chandlerswift.com.nix
|
|
./stjohnscccc.org.nix
|
|
./swiftgang.net.nix
|
|
];
|
|
|
|
services.caddy = {
|
|
enable = true;
|
|
email = "chandler@chandlerswift.com";
|
|
globalConfig = ''
|
|
servers {
|
|
metrics # Enable Prometheus monitoring
|
|
}
|
|
'';
|
|
};
|
|
}
|