Go to file
William A. Kennington III ed6040fc8d nixos/network-interface: Append -netdev for all device units
Currently, device units are named directly after the name the user
specifies for the device. A bridge device named lan will be defined
within lan.service. This becomes a problem if you want your interface
named nginx but also want to run the nginx service.

This patch fixes the issue by appending netdev to all virtually created
network device units. Therefore, the lan bridge -> lan-netdev.service.
This naming convention is used for all types of network devices in order
to ensure that all network devices are unique.
2014-08-30 08:20:14 -07:00
doc meta.xml: fixed small omission 2014-08-24 16:36:46 +02:00
lib licenses: comment about two versions of MIT 2014-08-30 07:28:26 +02:00
maintainers/scripts Remove broken script 2014-07-30 10:23:05 +02:00
nixos nixos/network-interface: Append -netdev for all device units 2014-08-30 08:20:14 -07:00
pkgs Merge pull request #3373 from qknight/liquidfun-fix 2014-08-30 19:16:09 +04:00
.gitignore Add .DS_Store to gitignore so we Mac users don't accidentally pollute nixpkgs with ugliness 2014-08-09 20:53:36 -04:00
.version Update version 2014-04-23 08:02:18 -04:00
COPYING * Applying an MIT-style license to Nixpkgs. 2006-04-25 16:50:34 +00:00
README.md Fixed link to installation instructions in README 2014-05-26 22:19:22 +02:00
default.nix Explicitly require Nix 1.6 2014-03-17 11:33:36 +01:00

README.md

Nixpkgs is a collection of packages for Nix package manager. Nixpkgs also includes NixOS linux distribution source code.