fix pi4 hostname

This commit is contained in:
mjallen18
2025-08-21 09:24:14 -05:00
parent aacb72b78d
commit 9d93ba8e07
2 changed files with 2 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ in
{
# Networking configs
networking = {
hostName = hostname;
# hostName = lib.mkForce hostname;
defaultGateway.address = "10.0.1.1";
nameservers = [ "10.0.1.1" ];