commit 7315cbaaace89cfaf12303484ca4bfb141e05c65 (tree)
parent 2d638cc3c7fb6e212396bf3a0852bd94b370a3ef
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Wed, 13 Mar 2024 21:47:52 +0200
orangepi5+: skip perf only in sdImage
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/hosts/op5p/configuration.nix b/hosts/op5p/configuration.nix
@@ -5,6 +5,7 @@
];
mj = {
+ skipPerf = true;
stateVersion = "23.11";
timeZone = "UTC";
username = "nixos";
diff --git a/shared/platform/orangepi5plus.nix b/shared/platform/orangepi5plus.nix
@@ -8,8 +8,6 @@
crossFast = pkgs.crossArm64.pkgsCross.aarch64-multiplatform;
crossNative = pkgs.pkgsCross.aarch64-multiplatform;
in {
- mj.skipPerf = true;
-
boot = {
kernelPackages = crossNative.linuxPackagesFor (crossFast.buildLinux rec {
version = "6.8.0";