artifacts-mirror: also serve symbols.dolphin-emu.org

This commit is contained in:
Pierre Bourdon
2022-09-06 04:24:08 +02:00
parent c937dbb014
commit 5d12d3ec25

View File

@@ -7,6 +7,7 @@ in {
config = lib.mkIf cfg.enable {
my.http.vhosts."dl.dolphin-emu.org".root = "/data/nas/dl";
my.http.vhosts."symbols.dolphin-emu.org".root = "/data/nas/symbols";
my.http.vhosts."update.dolphin-emu.org".root = "/data/nas/update";
};
}