mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 14:19:08 +01:00
srv-core: Import nixos-hardware module
This commit is contained in:
parent
29032e1232
commit
631dd7e4be
1 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,7 @@
|
|||
_: {
|
||||
{ inputs, ... }:
|
||||
{
|
||||
imports = [ inputs.nixos-hardware.nixosModules.hardkernel-odroid-h4 ];
|
||||
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
|
||||
boot = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue