diff --git a/machines/Segotep-desktop-tower-configuration.nix b/machines/Segotep-desktop-tower-configuration.nix index 2633a97..03fb5d0 100644 --- a/machines/Segotep-desktop-tower-configuration.nix +++ b/machines/Segotep-desktop-tower-configuration.nix @@ -12,6 +12,10 @@ networking.hostName = "dragon"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. + networking.extraHosts = + '' + 163.172.173.184 aleks-test-install-bookworm.test + ''; # Configure network proxy if necessary # networking.proxy.default = "http://user:password@proxy:port/";