add hosts entry for nimo ddev development

current_state
Christian Ott 2 years ago
parent d5d58d3054
commit 6ba096b77b
  1. 5
      configuration.nix

@ -21,6 +21,11 @@
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "nix-fw16"; # Define your hostname. 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. # Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.

Loading…
Cancel
Save

Powered by TurnKey Linux.