dregil: Define dregil as 127.0.0.1
This commit is contained in:
parent
8bc3e82f6d
commit
8b32545af3
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@ in {
|
|||
networking.networkmanager.enable =
|
||||
true; # Easiest to use and most distros use this by default.
|
||||
|
||||
networking.extraHosts = ''
|
||||
127.0.0.1 localhost dregil.localdomain dregil
|
||||
'';
|
||||
|
||||
# Configure network proxy if necessary
|
||||
# networking.proxy.default = "http://user:password@proxy:port/";
|
||||
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue