Zoneminder

This commit is contained in:
Filippo Berto 2022-06-11 23:07:37 +02:00
parent 30ed635927
commit cb88eef2a2
4 changed files with 90 additions and 43 deletions

View file

@ -2,7 +2,7 @@
{
boot = {
binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" ];
kernelPackages = pkgs.linuxPackages_5_17;
kernelPackages = pkgs.linuxPackages_5_18;
extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
loader = {
systemd-boot.enable = true;