mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
disable gpu
This commit is contained in:
parent
b785e594f3
commit
601069f892
3 changed files with 3 additions and 2 deletions
|
|
@ -22,6 +22,7 @@
|
||||||
"systemd.debug_shell=1"
|
"systemd.debug_shell=1"
|
||||||
"systemd.log_level=debug"
|
"systemd.log_level=debug"
|
||||||
"disable_splash"
|
"disable_splash"
|
||||||
|
"nomodeset"
|
||||||
];
|
];
|
||||||
|
|
||||||
netImage =
|
netImage =
|
||||||
|
|
|
||||||
|
|
@ -110,7 +110,7 @@ in
|
||||||
dt-overlays = lib.mkOption {
|
dt-overlays = lib.mkOption {
|
||||||
type = with lib.types; attrsOf (submodule dt-overlay);
|
type = with lib.types; attrsOf (submodule dt-overlay);
|
||||||
default = { };
|
default = { };
|
||||||
example = { vc4-fkms-v3d = { cma-256 = { enable = true; }; }; };
|
example = { vc4-kms-v3d = { cma-256 = { enable = true; }; }; };
|
||||||
description = "dtb overlays to apply";
|
description = "dtb overlays to apply";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -285,7 +285,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
dt-overlays = {
|
dt-overlays = {
|
||||||
vc4-fkms-v3d = {
|
vc4-kms-v3d = {
|
||||||
enable = lib.mkDefault true;
|
enable = lib.mkDefault true;
|
||||||
params = { };
|
params = { };
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue