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 = [ aliases = [
"yellow.r" "yellow.r"
"jelly.r" "jelly.r"
"rada.r"
"sona.r"
]; ];
tinc = { tinc = {
pubkey = '' pubkey = ''

View file

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