Modular hardware-configuration

This commit is contained in:
2025-05-14 16:27:54 -04:00
parent 60362d0acc
commit d4154b8c93
3 changed files with 1 additions and 5 deletions

View File

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