Init starfive visionfive 2

This commit is contained in:
Jakob Leifhelm
2023-04-16 22:43:32 +02:00
parent 3006d2860a
commit 0cc1214203
11 changed files with 270 additions and 0 deletions

View 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;
}