dacbert: unify boot.kernelParams

This commit is contained in:
Astro 2022-09-30 00:29:19 +02:00
parent 9abe7d875f
commit c6f5839eb9
1 changed files with 2 additions and 3 deletions

View File

@ -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; [