feat(hosts): get to Aleks's test yunohost

This commit is contained in:
Florian Schmitt 2024-04-28 10:50:32 +03:00
parent 8d79b104a5
commit 9917cf55f8

View file

@ -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/";