mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
star64: init
Mostly based on the visionfive 2 config. No GPU yet.
This commit is contained in:
11
pine64/star64/sd-image-installer.nix
Normal file
11
pine64/star64/sd-image-installer.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ modulesPath, ... }:
|
||||
{
|
||||
imports = [
|
||||
"${modulesPath}/profiles/installation-device.nix"
|
||||
./sd-image.nix
|
||||
];
|
||||
|
||||
# The installation media is also the installation target,
|
||||
# so we don't want to provide the installation configuration.nix.
|
||||
installer.cloneConfig = false;
|
||||
}
|
||||
Reference in New Issue
Block a user