sopp
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user