about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-07-17 13:57:05 +0100
committerdevhell <devhell@mailfresser.de>2019-07-17 13:58:08 +0100
commitc886d1cb39741a3755b34c86c7d684ac7fa6375e (patch)
tree920eccc2acf4248f0012c774279657ef59813621 /machines
parentf35bbd4d0838fcf6fffa1f6ac379af64e981813b (diff)
machines/gunnr: Change proxy settings
This is better controlled via browser proxy settings.
Diffstat (limited to 'machines')
-rw-r--r--machines/devhell/gunnr.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix
index 6728f6af..26c7e362 100644
--- a/machines/devhell/gunnr.nix
+++ b/machines/devhell/gunnr.nix
@@ -66,7 +66,7 @@
     useNetworkd = true;
     proxy = {
       default = "http://wproxy.canterbury.ac.uk:3128/";
-      noProxy = "127.0.0.1,localhost,canterbury.ac.uk";
+      noProxy = "127.0.0.1,localhost";
     };
   };