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, ... }: { config, pkgs, lib, ... }:
{ {
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
];
# Bootloader. # Bootloader.
boot.loader.systemd-boot = { boot.loader.systemd-boot = {
enable = true; enable = true;

View File

@@ -23,6 +23,7 @@
# Import the previous configuration.nix we used, # Import the previous configuration.nix we used,
# so the old configuration file still takes effect # so the old configuration file still takes effect
./configuration.nix ./configuration.nix
./hosts/anzu/hardware-configuration.nix
# Add NUR overlay # Add NUR overlay
nur.modules.nixos.default nur.modules.nixos.default
# Add home-manager # Add home-manager