Skip to content

Commit

Permalink
Run nixfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBingman committed Dec 20, 2024
1 parent fde30fe commit d50daf9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions nixos/modules/services/hardware/usbipd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ in
type = types.listOf device;
default = [ ];
description = "List of USB devices to watch and automatically export.";
example = [{
productid = "xxxx";
vendorid = "xxxx";
}];
example = [
{
productid = "xxxx";
vendorid = "xxxx";
}
];
};
openFirewall = mkOption {
type = types.bool;
Expand Down

0 comments on commit d50daf9

Please sign in to comment.