move hardware config via flake

This commit is contained in:
2025-06-06 11:55:59 -05:00
parent 2ab15c9cc6
commit 0132261843
2 changed files with 3 additions and 4 deletions
+1 -4
View File
@@ -1,10 +1,7 @@
{ config, lib, pkgs, ... }:
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
];
imports = [ ];
# Use the systemd-boot EFI boot loader.
# boot.loader.systemd-boot.enable = true;