From c6f5839eb982d396b4609f6b75b5f34cd9f1ac9d Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 30 Sep 2022 00:29:19 +0200 Subject: [PATCH] dacbert: unify boot.kernelParams --- hosts/dacbert/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/dacbert/default.nix b/hosts/dacbert/default.nix index 7fa2ccd9..e87a8049 100644 --- a/hosts/dacbert/default.nix +++ b/hosts/dacbert/default.nix @@ -49,6 +49,8 @@ "iomem=relaxed" "strict-devmem=0" # booting sometimes fails with an oops in the ethernet driver. reboot after 5s "panic=5" "oops=panic" + # for the patch below + "compat_uts_machine=armv6l" ]; tmpOnTmpfs = true; @@ -93,9 +95,6 @@ }; } ]; - boot.kernelParams = [ - "compat_uts_machine=armv6l" - ]; environment = { gnome.excludePackages = with pkgs.gnome; [