Initial commit
This commit is contained in:
4
modules/system/proxy.nix
Normal file
4
modules/system/proxy.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ ... } : {
|
||||
networking.proxy.default = "http://user:password@proxy:port/";
|
||||
networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
||||
}
|
||||
Reference in New Issue
Block a user