Add hardware configuration.

This commit is contained in:
Jessica Canady 2023-06-24 23:30:27 -04:00
parent d752bee973
commit 64f66c9f4c
2 changed files with 4 additions and 0 deletions

View file

@ -1,6 +1,10 @@
{ config, pkgs, lib, ... }: { config, pkgs, lib, ... }:
{ {
imports = [
./hornt-hwardware.nix
];
# Bootloader. # Bootloader.
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;