Add device tree overlay for skycam
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m36s

This commit is contained in:
2024-08-03 22:49:29 +01:00
parent f42442dd0e
commit 6dcd2b0139
2 changed files with 34 additions and 6 deletions

View File

@ -7,10 +7,7 @@
boot = {
kernelModules = [ "bcm2835-v4l2" ];
loader.raspberryPi.firmwareConfig = ''
start_x=1
gpu_mem=256
'';
kernelParams = [ "cma=512M" ];
supportedFilesystems = lib.mkForce [ "f2fs" "vfat xfs" ];
tmp.cleanOnBoot = true;
};