mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-07 02:18:47 +08:00
system: fix the system setting for nixpkgs
90cb787644
Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
This commit is contained in:
@@ -36,7 +36,7 @@ in
|
||||
|
||||
nixpkgs.overlays = [ (import ./overlay.nix) ];
|
||||
|
||||
nixpkgs.hostPlatform = "armv7l-linux";
|
||||
nixpkgs.hostPlatform.system = "armv7l-linux";
|
||||
|
||||
boot.initrd.availableKernelModules = [ "ahci_mvebu" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user