Start setting up bert
This commit is contained in:
parent
52e33b951c
commit
40bb9b51f6
8 changed files with 226 additions and 0 deletions
14
bert/services/http/home.chandlerswift.com.nix
Normal file
14
bert/services/http/home.chandlerswift.com.nix
Normal 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 = {};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue