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