l yellow.r: add rada.r and sona.r aliases

This commit is contained in:
lassulus 2023-01-08 09:45:53 +01:00
parent 895440aab0
commit 4228b378c4
2 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,8 @@
aliases = [
"yellow.r"
"jelly.r"
"rada.r"
"sona.r"
];
tinc = {
pubkey = ''

View File

@ -142,6 +142,16 @@ in {
proxy_set_header Accept-Encoding "";
'';
};
virtualHosts."rada.r" = {
locations."/" = {
proxyPass = "http://localhost:7878";
};
};
virtualHosts."sona.r" = {
locations."/" = {
proxyPass = "http://localhost:8989";
};
};
};
services.samba = {