{ config, pkgs, lib, ... }: { # Proxy configuration for this environment # Currently no proxy is used — direct access for all hosts workstations = { httpProxy = ""; httpsProxy = ""; noProxy = ""; }; servers = { httpProxy = ""; httpsProxy = ""; noProxy = ""; }; }