7 lines
85 B
Nix
7 lines
85 B
Nix
{ ... }: {
|
|
boot.kernelParams = [
|
|
"fbcon=rotate:1"
|
|
"video=DSI-1:rotate=90"
|
|
];
|
|
}
|