From 089ef613021c574f1d5b361cd1819202f6d1d049 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 9 Jan 2025 23:27:33 +0100 Subject: [PATCH] remove hardware conf --- systems/benzaiten/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/benzaiten/default.nix b/systems/benzaiten/default.nix index 7323b74..48742f0 100644 --- a/systems/benzaiten/default.nix +++ b/systems/benzaiten/default.nix @@ -10,8 +10,8 @@ ./hardware-configuration.nix nixos-hardware.nixosModules.common-cpu-intel #nixos-hardware.nixosModules.common-gpu-nvidia - nixos-hardware.nixosModules.common-pc-laptop - nixos-hardware.nixosModules.common-pc-laptop-hdd + #nixos-hardware.nixosModules.common-pc-laptop + #nixos-hardware.nixosModules.common-pc-laptop-hdd ]; facter.reportPath = ./facter.json;