Zoneminder
This commit is contained in:
parent
30ed635927
commit
cb88eef2a2
4 changed files with 90 additions and 43 deletions
|
|
@ -4,12 +4,12 @@
|
|||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.initrd.checkJournalingFS = true;
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_5_17;
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_5_18;
|
||||
boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
|
||||
|
||||
# # Cross-build arm
|
||||
boot.binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" ];
|
||||
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
||||
# Use same ACPI identifier as Dell Ubuntu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue