Add files.chandlerswift.com
This commit is contained in:
parent
3237237cdd
commit
c993aa7c25
13
bert/services/http/files.chandlerswift.com.nix
Normal file
13
bert/services/http/files.chandlerswift.com.nix
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
|
||||||
|
{
|
||||||
|
services.caddy.virtualHosts."files.chandlerswift.com".extraConfig = ''
|
||||||
|
encode zstd gzip
|
||||||
|
file_server
|
||||||
|
root * /srv/files.chandlerswift.com
|
||||||
|
'';
|
||||||
|
systemd.tmpfiles.settings."10-files-chandlerswift-com" = {
|
||||||
|
"/srv/files.chandlerswift.com" = {
|
||||||
|
d = {};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
./files.chandlerswift.com.nix
|
||||||
./home.chandlerswift.com.nix
|
./home.chandlerswift.com.nix
|
||||||
./maps.chandlerswift.com.nix
|
./maps.chandlerswift.com.nix
|
||||||
./stjohnscccc.org.nix
|
./stjohnscccc.org.nix
|
||||||
|
|
Loading…
Reference in a new issue