Removes hardware config from base nix config

This commit is contained in:
2025-02-01 11:22:58 -08:00
parent b4e9f9d650
commit a5a1664925
2 changed files with 0 additions and 80 deletions

View File

@@ -5,11 +5,6 @@
{ config, pkgs, ... }:
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
];
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;