Start setting up bert
This commit is contained in:
parent
52e33b951c
commit
40bb9b51f6
8 changed files with 226 additions and 0 deletions
12
bert/services/http/index.nix
Normal file
12
bert/services/http/index.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
imports = [
|
||||
./home.chandlerswift.com.nix
|
||||
./maps.chandlerswift.com.nix
|
||||
./stjohnscccc.org.nix
|
||||
];
|
||||
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
email = "chandler@chandlerswift.com";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue