From 08df7d6c6694ce1c72a2c54ee4a98e5bd1ab3bec Mon Sep 17 00:00:00 2001 From: kenny Date: Sat, 9 Aug 2025 20:43:32 +0300 Subject: [PATCH] Added news subdomain resolution --- modules/common/networking.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/common/networking.nix b/modules/common/networking.nix index 9af6a40..db34075 100644 --- a/modules/common/networking.nix +++ b/modules/common/networking.nix @@ -33,6 +33,7 @@ networking.extraHosts = '' 192.168.0.131 bigbox.local + 192.168.0.131 news.bigbox.local 192.168.0.101 box.local 192.168.0.100 puter.local '';