summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2023-01-08 12:04:44 +0100
committerlassulus <lassulus@lassul.us>2023-01-08 12:04:44 +0100
commita6fae292ee20386d3c9eb4210ee7f304a6c230bd (patch)
treea33efe1f16173a08e438cc7cfe248e1ec6923679
parentc199c376fcbe6049b2d4c3fa9530b31d4e655bb0 (diff)
l: {son,rad}a.r -> {son,rad}ar.r
-rw-r--r--kartei/lass/yellow.nix4
-rw-r--r--lass/1systems/yellow/config.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/kartei/lass/yellow.nix b/kartei/lass/yellow.nix
index 669e9440..bb0b1f09 100644
--- a/kartei/lass/yellow.nix
+++ b/kartei/lass/yellow.nix
@@ -7,8 +7,8 @@
aliases = [
"yellow.r"
"jelly.r"
- "rada.r"
- "sona.r"
+ "radar.r"
+ "sonar.r"
];
tinc = {
pubkey = ''
diff --git a/lass/1systems/yellow/config.nix b/lass/1systems/yellow/config.nix
index 923654d9..484a7f5d 100644
--- a/lass/1systems/yellow/config.nix
+++ b/lass/1systems/yellow/config.nix
@@ -142,13 +142,13 @@ in {
proxy_set_header Accept-Encoding "";
'';
};
- virtualHosts."rada.r" = {
+ virtualHosts."radar.r" = {
locations."/" = {
proxyWebsockets = true;
proxyPass = "http://localhost:7878";
};
};
- virtualHosts."sona.r" = {
+ virtualHosts."sonar.r" = {
locations."/" = {
proxyWebsockets = true;
proxyPass = "http://localhost:8989";