mob next [ci-skip] [ci skip] [skip ci]
lastFile:machines/anser/configuration.nix
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
{
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
nixpkgs.hostPlatform = {
|
||||
system = "aarch64-linux";
|
||||
@@ -7,28 +11,4 @@
|
||||
clan.core.settings.name = "anser";
|
||||
clan.core.settings.machine.description = "";
|
||||
|
||||
boot.loader.grub.enable = false;
|
||||
boot.loader.generic-extlinux-compatible.enable = true;
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
||||
boot.kernelParams = [
|
||||
"console=ttyS2,1500000n8"
|
||||
"loglevel=4"
|
||||
];
|
||||
|
||||
hardware.deviceTree = {
|
||||
enable = true;
|
||||
filter = "*rk3566-radxa-zero-3*.dtb";
|
||||
overlays = [
|
||||
{
|
||||
name = "disable-scmi";
|
||||
dtsFile = ./disable-scmi.dts;
|
||||
}
|
||||
{
|
||||
name = "enable-uart3";
|
||||
dtsFile = ./enable-uart3.dts;
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user