|
|
|
@ -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. |
|
|
|
|