Re: /etc/hosts

2018-11-13 Thread Leo Famulari
On Tue, Nov 13, 2018 at 04:16:23PM +0100, zna...@tutanota.com wrote: > 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? You can specify your

Re: /etc/hosts

2018-11-13 Thread Devan Carpenter
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