diff --git a/configuration.nix b/configuration.nix index bdda055..51fcd34 100644 --- a/configuration.nix +++ b/configuration.nix @@ -21,6 +21,11 @@ boot.loader.efi.canTouchEfiVariables = true; networking.hostName = "nix-fw16"; # Define your hostname. + networking.hosts = { + "127.0.0.1" = [ + "hotel-nimo.ddev.local" + ]; + }; # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.