7 lines
258 B
Nix
7 lines
258 B
Nix
{
|
|
networking.hostName = "nixos";
|
|
networking.networkmanager.enable = true;
|
|
# Configure network proxy if necessary
|
|
# networking.proxy.default = "http://user:password@proxy:port/";
|
|
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
|
}
|