From 56a20fc1c8a981765684c13da9f5772f50f6ff05 Mon Sep 17 00:00:00 2001 From: Fern Garden Date: Wed, 2 Jul 2025 16:22:13 +0800 Subject: [PATCH] Rename hardware config in flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1e5a2b2..188ff2a 100755 --- a/flake.nix +++ b/flake.nix @@ -50,7 +50,7 @@ ./configuration/common.nix ./configuration/vm.nix - ./hardware-configuration/vm.nix # Include the results of the hardware scan. + ./hardware-configuration/vm-minecraft.nix # Include the results of the hardware scan. ]; }; };