This commit is contained in:
2025-09-03 14:27:29 +02:00
parent 393428d30c
commit 5858406a13
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -7,7 +7,7 @@
# add driver to stage-1 to make the usb dock not prevent boot
# https://github.com/NixOS/nixpkgs/issues/171625#issuecomment-2068283656
boot.kernelModules = [ "xhci_pci" ];
boot.kernelModules = [ "xhci_pci" "ehci_pci" ];
# boot.kernel.sysctl."vm.swappiness" = lib.mkDefault 10; # 0-100, commonly 60
# swapDevices = lib.mkForce [];
@@ -84,6 +84,7 @@
hardware.bluetooth.enable = true;
environment.systemPackages = [
pkgs.davinci-resolve
pkgs.krita
pkgs.pbsds.v4l2-play
pkgs.librealsense-gui
+3 -1
View File
@@ -11,7 +11,9 @@
boot.initrd.availableKernelModules = [ "xhci_pci" "ehci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" "sr_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" "wl" ];
boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
# TODO: insecure...
# https://github.com/NixOS/nixpkgs/pull/421163/files
# boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/4bdb8a48-2493-4043-80fa-254fbf910643";