fix pi4 hostname

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

View File

@@ -23,6 +23,7 @@ in
${namespace} = {
hardware.disko.enable = true;
network.hostName = "pi4";
};
# Configure nixpkgs

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" ];