USBIP Initial server configuration
This commit is contained in:
parent
141316fa11
commit
71792f0f4b
|
|
@ -7,6 +7,13 @@
|
|||
{
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
# For USBIP Server configuration, to share USBKeys etc with my server (Which is the client)
|
||||
boot.extraModulePackages = with config.boot.kernelPackages; [ usbip ];
|
||||
boot.kernelModules = [ "usbip_host" ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
linuxPackages.usbip
|
||||
];
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/London";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue