From 631dd7e4beceb28107abd70914175d302b5d8e6f Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Mon, 9 Mar 2026 13:43:39 +0100 Subject: [PATCH] srv-core: Import nixos-hardware module --- hosts/srv-core/hardware.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/srv-core/hardware.nix b/hosts/srv-core/hardware.nix index 888a405..fc86ee3 100644 --- a/hosts/srv-core/hardware.nix +++ b/hosts/srv-core/hardware.nix @@ -1,4 +1,7 @@ -_: { +{ inputs, ... }: +{ + imports = [ inputs.nixos-hardware.nixosModules.hardkernel-odroid-h4 ]; + nixpkgs.hostPlatform = "x86_64-linux"; boot = {