pi4: fix oops

This commit is contained in:
NullBite 2024-06-20 03:38:30 -04:00
parent 9a174013c3
commit 07ff661de5
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -24,7 +24,7 @@
openFirewall = true;
};
# networking.hostName = "nixos"; # Define your hostname.
networking.hostname = "rpi4";
networking.hostName = "rpi4";
# Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.