There are plenty of reasonable causes for this behaviour, and you can set your hosts file in the system configuration. However the most simple solution is chattr. Like so:
1. make your changes to /etc/hosts 2. run (as root) `chattr +i /etc/hosts` Now the other programs will not be able to edit the file (and neither will you be able to.) To make it writable again run `chattr -i /etc/hosts` Hope this helps! zna...@tutanota.com transcribed 814 bytes: > Hello, Guix Help! I've added a line in /etc/hosts > 5.5.5.5 site.com > > But site.com points on its usual ip. Restart wpa_supplicant and restart pc did > not help. > How to work with hosts on GuixSD?