Add pihole IP address

This commit is contained in:
Eli Ribble 2024-07-27 20:17:55 -07:00
parent 38e29dec5f
commit 94a23f3806
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@
}];
};
networking.extraHosts = ''
192.168.1.5 pihole.home.arpa
'';
networking.hostName = "nalai"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.