From 07ff661de5e06574499a576e3095e06b74ffcf3f Mon Sep 17 00:00:00 2001
From: NullBite <me@nullbite.com>
Date: Thu, 20 Jun 2024 03:38:30 -0400
Subject: [PATCH] pi4: fix oops

---
 hosts/rpi4/configuration.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hosts/rpi4/configuration.nix b/hosts/rpi4/configuration.nix
index e011e24..4e39b82 100644
--- a/hosts/rpi4/configuration.nix
+++ b/hosts/rpi4/configuration.nix
@@ -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.