From 64f66c9f4cd511c8933733c8911ab3ab3bf71515 Mon Sep 17 00:00:00 2001 From: Jessica Canady Date: Sat, 24 Jun 2023 23:30:27 -0400 Subject: [PATCH] Add hardware configuration. --- hardware-configuration.nix => hosts/hornt-hardware.nix | 0 hosts/hornt.nix | 4 ++++ 2 files changed, 4 insertions(+) rename hardware-configuration.nix => hosts/hornt-hardware.nix (100%) diff --git a/hardware-configuration.nix b/hosts/hornt-hardware.nix similarity index 100% rename from hardware-configuration.nix rename to hosts/hornt-hardware.nix diff --git a/hosts/hornt.nix b/hosts/hornt.nix index 210e65e..6b5dec6 100644 --- a/hosts/hornt.nix +++ b/hosts/hornt.nix @@ -1,6 +1,10 @@ { config, pkgs, lib, ... }: { + imports = [ + ./hornt-hwardware.nix + ]; + # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;