From f3b491b6c9f6b34c4fab13d363ce7a8a65e248a2 Mon Sep 17 00:00:00 2001 From: mir Date: Wed, 28 Feb 2024 14:39:56 -0900 Subject: [PATCH] try using normal config for galvatron --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5c4d4f3..776f78d 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,8 @@ galvatron = nixpkgs.lib.nixosSystem { system = "aarch64-linux"; modules = [ - ./galvatron/configuration.nix { + # ./galvatron/configuration.nix { + ./configuration.nix { hardware.asahi.peripheralFirmwareDirectory = ./galvatron/firmware; boot.loader.efi.canTouchEfiVariables = false; networking.hostName = "galvatron";