Deleted extra hosts - handles by DNS

This commit is contained in:
2025-08-10 01:02:30 +03:00
parent 87c6114ed2
commit 7005d737b0

View File

@@ -31,10 +31,7 @@
security.pki.certificates = ["/home/user/.config/bigbox.local.crt"];
networking.extraHosts = ''
192.168.0.101 box.local
192.168.0.100 puter.local
'';
networking.extraHosts = "";
services.chrony = {
enable = true;