diff --git a/hosts/dregil/configuration.nix b/hosts/dregil/configuration.nix index 1a54eaa..79f6f10 100644 --- a/hosts/dregil/configuration.nix +++ b/hosts/dregil/configuration.nix @@ -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";