Include hardware configuration in flake
This commit is contained in:
parent
85492545ae
commit
2c03d99b55
@ -5,10 +5,7 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
imports = [];
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.grub.enable = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user