Added extra hosts defs for smooth name res
This commit is contained in:
@@ -19,9 +19,7 @@
|
||||
LC_TIME = "ro_RO.UTF-8";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
torsocks
|
||||
];
|
||||
environment.systemPackages = with pkgs; [torsocks];
|
||||
|
||||
# 9050,9063,8118(HTTP)
|
||||
services.tor = {
|
||||
@@ -30,4 +28,10 @@
|
||||
openFirewall = true;
|
||||
settings = {ControlPort = 9051;};
|
||||
};
|
||||
|
||||
networking.extraHosts = ''
|
||||
192.168.0.131 bigbox.local
|
||||
192.168.0.101 box.local
|
||||
192.168.0.100 puter.local
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user