From a94375161c483366b8ecbcea8cb5a5d4f226a6da Mon Sep 17 00:00:00 2001 From: kenny Date: Sat, 9 Aug 2025 22:12:15 +0300 Subject: [PATCH] Testing DNS-only local IP assignment --- bigbox.local.hosts | 9 +++++++++ modules/common/networking.nix | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 bigbox.local.hosts diff --git a/bigbox.local.hosts b/bigbox.local.hosts new file mode 100644 index 0000000..30aa36a --- /dev/null +++ b/bigbox.local.hosts @@ -0,0 +1,9 @@ + 192.168.0.131 news.bigbox.local + 192.168.0.131 gitea.bigbox.local + 192.168.0.131 media.bigbox.local + 192.168.0.131 torrent.bigbox.local + 192.168.0.131 kiwix.bigbox.local + 192.168.0.131 syncthing.bigbox.local + 192.168.0.131 speed.bigbox.local + 192.168.0.131 ai.bigbox.local + diff --git a/modules/common/networking.nix b/modules/common/networking.nix index 8474a40..0fb49f8 100644 --- a/modules/common/networking.nix +++ b/modules/common/networking.nix @@ -32,15 +32,6 @@ security.pki.certificates = ["/home/user/.config/bigbox.crt"]; networking.extraHosts = '' - 192.168.0.131 bigbox.local - 192.168.0.131 news.bigbox.local - 192.168.0.131 gitea.bigbox.local - 192.168.0.131 media.bigbox.local - 192.168.0.131 torrent.bigbox.local - 192.168.0.131 kiwix.bigbox.local - 192.168.0.131 syncthing.bigbox.local - 192.168.0.131 speed.bigbox.local - 192.168.0.131 ai.bigbox.local 192.168.0.101 box.local 192.168.0.100 puter.local '';