From 9917cf55f8306fc93a8c564da82810388db23a80 Mon Sep 17 00:00:00 2001 From: Florian Schmitt Date: Sun, 28 Apr 2024 10:50:32 +0300 Subject: [PATCH] feat(hosts): get to Aleks's test yunohost --- machines/Segotep-desktop-tower-configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) 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/";