Added extra hosts defs for smooth name res

This commit is contained in:
2025-07-30 17:20:45 +03:00
parent 10f85de469
commit 93ad85f8dd
3 changed files with 31 additions and 26 deletions

View File

@@ -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
'';
}