Enterprise: Difference between revisions
Kamillaova (talk | contribs) m fetchFromGithub -> fetchFromGitHub |
m Add category networking |
||
| Line 1: | Line 1: | ||
When trying to use Nix and NixOS in corporations there are a number of issues one will run into. This page tries to provide a solution to each of these issues. | When trying to use Nix and NixOS in corporations there are a number of issues one will run into normally because of networking restrictions. This page tries to provide a solution to each of these issues. | ||
== Private resources == | == Private resources == | ||
| Line 39: | Line 39: | ||
The proxy itself can be set via the environment variables <code>HTTP_PROXY</code> and <code>HTTPS_PROXY</code>. | The proxy itself can be set via the environment variables <code>HTTP_PROXY</code> and <code>HTTPS_PROXY</code>. | ||
[[Category:Networking]] | |||