From 1f9c949f30dfec13ab9425a7c541418088bc119b Mon Sep 17 00:00:00 2001 From: wo2wz <189177184+wo2wz@users.noreply.github.com> Date: Sun, 30 Nov 2025 19:58:05 -0500 Subject: [PATCH] mindflayer: remove redundant networking.hostName definition --- hosts/Mindflayer/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/Mindflayer/default.nix b/hosts/Mindflayer/default.nix index 890f135..e6c1e6c 100644 --- a/hosts/Mindflayer/default.nix +++ b/hosts/Mindflayer/default.nix @@ -9,8 +9,6 @@ inputs.nixos-avf.nixosModules.avf ]; - networking.hostName = "Mindflayer"; - nixpkgs.hostPlatform = "aarch64-linux"; system.stateVersion = "25.05"; } \ No newline at end of file