about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-08-01 22:46:48 +0200
committersternenseemann <sternenseemann@systemli.org>2022-08-16 15:04:39 +0200
commit6d8c5231f2c76baf11114a90675f417289d18b33 (patch)
tree0591a3e28353ad0fce29673246a5ce9c8bd49f1d /modules
parent362b3ea25da7884152d76c6ffeb100625c31138b (diff)
modules/profiles/tvl: disable search domain
This stopped working for me for some reason, so no point in keeping it
Diffstat (limited to 'modules')
-rw-r--r--modules/profiles/tvl.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/profiles/tvl.nix b/modules/profiles/tvl.nix
index 248bda4c..f48f8b7c 100644
--- a/modules/profiles/tvl.nix
+++ b/modules/profiles/tvl.nix
@@ -21,8 +21,5 @@ in
         "https://cache.tvl.su"
       ];
     };
-
-    # TVL short DNS
-    networking.domain = lib.mkDefault "tvl.su";
   };
 }