fix pi4 hostname
This commit is contained in:
@@ -23,6 +23,7 @@ in
|
||||
|
||||
${namespace} = {
|
||||
hardware.disko.enable = true;
|
||||
network.hostName = "pi4";
|
||||
};
|
||||
|
||||
# Configure nixpkgs
|
||||
|
||||
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user