mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #107385 from flokli/udev-rule-update-example
nixos/udev: harmonize extraRules example
This commit is contained in:
commit
da1b28ab8f
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ in
|
|||
extraRules = mkOption {
|
||||
default = "";
|
||||
example = ''
|
||||
KERNEL=="eth*", ATTR{address}=="00:1D:60:B9:6D:4F", NAME="my_fast_network_card"
|
||||
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1D:60:B9:6D:4F", KERNEL=="eth*", NAME="my_fast_network_card"
|
||||
'';
|
||||
type = types.lines;
|
||||
description = ''
|
||||
|
|
Loading…
Reference in a new issue