mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
Enables usbip
This commit is contained in:
parent
89d927219f
commit
c001c07c44
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
../users/willem/home/linux.nix
|
||||
../modules/zerotier.nix
|
||||
];
|
||||
boot.kernelModules = ["vhci-hcd" "usbip-core" "usbip-vudc" "usbip-host"];
|
||||
environment.systemPackages = [pkgs.linuxPackages.usbip];
|
||||
powerManagement.cpuFreqGovernor = "performance";
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue