From bd92e9d8f6a360d4bc477403657be083576ef56f Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 3 Mar 2023 15:57:12 +0000 Subject: [PATCH] Update rpi4.nix --- systems/rpi4.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/rpi4.nix b/systems/rpi4.nix index 93d6cb8..94cc8bb 100644 --- a/systems/rpi4.nix +++ b/systems/rpi4.nix @@ -16,7 +16,7 @@ }; networking = { - hostName = "vetra"; + hostName = "Vetra"; networkmanager.enable = true; };