From 194f257713c11b3a4dbc2f82df9dd3416c3cd3c5 Mon Sep 17 00:00:00 2001
From: Aaron  Honeycutt <aaronhoneycutt@protonmail.com>
Date: Fri, 3 Mar 2023 15:56:10 +0000
Subject: [PATCH] Update galp3-b.nix

---
 systems/galp3-b.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systems/galp3-b.nix b/systems/galp3-b.nix
index 37527a8..4350b02 100644
--- a/systems/galp3-b.nix
+++ b/systems/galp3-b.nix
@@ -2,7 +2,7 @@
 
 {
     # Name your host machine
-    networking.hostName = "garrus"; 
+    networking.hostName = "Garrus"; 
 
     # System76
     hardware.system76.enableAll = true;