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

13 lines
203 B
Nix
Raw Normal View History

2024-10-31 00:55:10 -05:00
{
imports = [
./home.chandlerswift.com.nix
./maps.chandlerswift.com.nix
./stjohnscccc.org.nix
];
services.caddy = {
enable = true;
email = "chandler@chandlerswift.com";
};
}