From 10751eae7f120aef089d0cc7b6076e36c4ac137e Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Thu, 9 Apr 2026 03:05:29 -0600 Subject: [PATCH] Update proxy.nix --- modules/proxy.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/proxy.nix b/modules/proxy.nix index c202efa..d5e0d3e 100644 --- a/modules/proxy.nix +++ b/modules/proxy.nix @@ -99,16 +99,16 @@ let port = 30243; preset = "strict_config"; } - { - host = "memos.${atriDotDad}"; - port = 30311; - preset = "strict_config"; - } { host = "music.${atriDotDad}"; port = 30043; preset = "relaxed_config"; } + { + host = "notes.${atriDotDad}"; + port = 30257; + preset = "strict_config"; + } { host = "openclimb.${atriDotDad}"; port = 1337;