mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Maybe that does make sense, actually
This commit is contained in:
parent
44e0721fcd
commit
f5d7af28ba
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
generic-extlinux-compatible.enable = true;
|
generic-extlinux-compatible.enable = true;
|
||||||
};
|
};
|
||||||
consoleLogLevel = lib.mkDefault 7;
|
consoleLogLevel = lib.mkDefault 7;
|
||||||
kernelPackages = mkIf (builtins.getEnv "CI_PLATFORM" == "impure") pkgs.linuxPackages_rpi1;
|
kernelPackages = pkgs.linuxPackages_rpi1;
|
||||||
kernelModules = mkForce [ "loop" "atkbd" ];
|
kernelModules = mkForce [ "loop" "atkbd" ];
|
||||||
initrd = {
|
initrd = {
|
||||||
includeDefaultModules = false;
|
includeDefaultModules = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue