Compare commits
No commits in common. "e12f7feefcedfb2775d0351e24a27085fd795ba6" and "5c72051f7106c48a92d5b0a589762f893dcbaf3e" have entirely different histories.
e12f7feefc
...
5c72051f71
|
@ -16,16 +16,10 @@
|
||||||
./secrets.nix
|
./secrets.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_6_11;
|
boot.kernelPackages = pkgs.linuxPackages_6_10;
|
||||||
# Set Wi-Fi regulatory domain. Currently always set to '00' (world), and could
|
# Set Wi-Fi regulatory domain. Currently always set to '00' (world), and could
|
||||||
# lead to bad Wi-Fi performance
|
# lead to bad Wi-Fi performance
|
||||||
boot.kernelParams = ["cfg80211.ieee80211_regdom=FR"];
|
boot.kernelParams = ["cfg80211.ieee80211_regdom=FR"];
|
||||||
boot.extraModulePackages = with config.boot.kernelPackages; [
|
|
||||||
v4l2loopback
|
|
||||||
];
|
|
||||||
boot.extraModprobeConfig = ''
|
|
||||||
options v4l2loopback devices=1 video_nr=1 card_label="OBS Cam" exclusive_caps=1
|
|
||||||
'';
|
|
||||||
|
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
boot.loader.systemd-boot = {
|
boot.loader.systemd-boot = {
|
||||||
|
|
Loading…
Reference in a new issue