forked from mirrors/nixpkgs
Improve readability - from https://github.com/NixOS/nixpkgs/pull/5058#discussion_r21043552
This commit is contained in:
parent
e54f9ffcf4
commit
da47d6bd59
|
@ -177,7 +177,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
# Install the proxy environment variables
|
# Install the proxy environment variables
|
||||||
environment.sessionVariables = config.networking.proxy.envVars;
|
environment.sessionVariables = cfg.proxy.envVars;
|
||||||
|
|
||||||
# The ‘ip-up’ target is started when we have IP connectivity. So
|
# The ‘ip-up’ target is started when we have IP connectivity. So
|
||||||
# services that depend on IP connectivity (like ntpd) should be
|
# services that depend on IP connectivity (like ntpd) should be
|
||||||
|
|
Loading…
Reference in a new issue