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;