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 = {