mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Revert "Merge pull request #5184 from daogames/tb/fix-systemd-udev-net-rules"
This reverts commitddeee82b31
, reversing changes made to75ead8812b
.
This commit is contained in:
parent
ddeee82b31
commit
41cb91a4fd
@ -87,8 +87,8 @@ let
|
||||
grep -l '\(RUN+\|IMPORT{program}\)="\(/usr\)\?/s\?bin' $i/*/udev/rules.d/* || true
|
||||
done
|
||||
|
||||
${optionalString (! config.networking.usePredictableInterfaceNames) ''
|
||||
cp ${./80-net-setup-link.rules} $out/80-net-setup-link.rules
|
||||
${optionalString config.networking.usePredictableInterfaceNames ''
|
||||
cp ${./80-net-name-slot.rules} $out/80-net-name-slot.rules
|
||||
''}
|
||||
|
||||
# If auto-configuration is disabled, then remove
|
||||
|
Loading…
Reference in New Issue
Block a user