From 063ba33d4a1c85500085be488f0404f634ccc2b6 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 13 Sep 2022 20:45:54 +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 09b4ee8..e1349cd 100644 --- a/systems/rpi4.nix +++ b/systems/rpi4.nix @@ -16,7 +16,7 @@ }; networking = { - hostName = "NixOS-rpi4"; + hostName = "rpi4"; networkmanager.enable = true; };