about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/profiles/tvl.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/profiles/tvl.nix b/modules/profiles/tvl.nix
index a50e1ec7..4472ddff 100644
--- a/modules/profiles/tvl.nix
+++ b/modules/profiles/tvl.nix
@@ -2,6 +2,8 @@
 
 let
   cfg = config.vuizvui.profiles.tvl;
+
+  tvlShortDNS = [ "b" "cl" ];
 in
 
 {
@@ -20,6 +22,12 @@ in
       binaryCaches = lib.mkAfter [
         "https://cache.tvl.su"
       ];
+
+    };
+
+    networking.hosts = {
+      "49.12.129.211" = tvlShortDNS;
+      "2a01:4f8:242:5b21:0:feed:edef:beef" = tvlShortDNS;
     };
   };
 }