schalter: fix build

This commit is contained in:
Sandro - 2023-06-05 21:35:57 +02:00
parent 1111111b12
commit 00000004b8
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 3 additions and 0 deletions

View File

@ -33,5 +33,8 @@
firmwareSize = 512;
};
# can't find zstd library on armv6
services.nginx.recommendedZstdSettings = false;
nixpkgs.crossSystem = lib.systems.examples.raspberryPi;
}