13 lines
203 B
Nix
13 lines
203 B
Nix
{
|
|
imports = [
|
|
./home.chandlerswift.com.nix
|
|
./maps.chandlerswift.com.nix
|
|
./stjohnscccc.org.nix
|
|
];
|
|
|
|
services.caddy = {
|
|
enable = true;
|
|
email = "chandler@chandlerswift.com";
|
|
};
|
|
}
|