From a09b114be513ffcfdb7a4378911befb66e2df9b9 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 8 May 2023 20:23:49 +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 94cc8bb..93d6cb8 100644 --- a/systems/rpi4.nix +++ b/systems/rpi4.nix @@ -16,7 +16,7 @@ }; networking = { - hostName = "Vetra"; + hostName = "vetra"; networkmanager.enable = true; };