Start setting up bert

This commit is contained in:
Chandler Swift 2024-10-31 00:55:10 -05:00
parent 52e33b951c
commit 40bb9b51f6
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
8 changed files with 226 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{
services.caddy.virtualHosts."home.chandlerswift.com".extraConfig = ''
encode zstd gzip
file_server
root * /srv/home.chandlerswift.com
# hide .git # ???
'';
systemd.tmpfiles.settings."10-home-chandlerswift-com" = {
"/srv/home.chandlerswift.com" = {
d = {};
};
};
}