vno1-op5p

This commit is contained in:
2024-03-06 15:41:07 +02:00
parent 0e32f5a913
commit f9426cddba
4 changed files with 102 additions and 8 deletions

View File

@@ -37,14 +37,6 @@ in {
hardware.deviceTree.name = "rockchip/rk3588-orangepi-5-plus.dtb";
fileSystems = {
"/" = {
device = "/dev/disk/by-label/nixos";
fsType = "ext4";
options = ["noatime"];
};
};
system.build = {
sdImage = import "${modulesPath}/../lib/make-disk-image.nix" {
name = "orangepi5-sd-image";