Skip to content

Commit

Permalink
v4l2 loopback disabled by default. Boot loader timeout to 5 secs
Browse files Browse the repository at this point in the history
  • Loading branch information
JaKooLit committed Jan 25, 2025
1 parent 3545035 commit e1e3908
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hosts/default/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
];

# This is for OBS Virtual Cam Support
kernelModules = [ "v4l2loopback" ];
extraModulePackages = [ config.boot.kernelPackages.v4l2loopback ];
#kernelModules = [ "v4l2loopback" ];
# extraModulePackages = [ config.boot.kernelPackages.v4l2loopback ];

initrd = {
availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usb_storage" "usbhid" "sd_mod" ];
Expand All @@ -48,7 +48,7 @@
# "vm.max_map_count" = 2147483642;
#};

## BOOT LOADERS: NOT USE ONLY 1. either systemd or grub
## BOOT LOADERS: NOTE USE ONLY 1. either systemd or grub
# Bootloader SystemD
loader.systemd-boot.enable = true;

Expand All @@ -57,7 +57,7 @@
canTouchEfiVariables = true;
};

loader.timeout = 1;
loader.timeout = 5;

# Bootloader GRUB
#loader.grub = {
Expand Down

0 comments on commit e1e3908

Please sign in to comment.