Skip to content

Commit

Permalink
Looks like it works
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kuznetsov <[email protected]>
  • Loading branch information
jsvapiav committed Dec 19, 2024
1 parent 4ac7051 commit 01ce5ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/fmo-dci-passthrough/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ in {
};

config = mkIf cfg.enable {

environment.systemPackages = [ dockerDevPassScript ];

services.udev = {
extraRules = ''
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="1050", RUN+="${dockerDevPassScript}/bin/docker-dev-pass 'plugged' '%E{DEVNAME}' '%M' '%m' '%E{PRODUCT}'"
Expand Down

0 comments on commit 01ce5ef

Please sign in to comment.