nixpkgs/nixos/modules
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
..
config nixos/users-groups: Fix eval on missing uid/gid. 2014-08-29 07:17:19 +02:00
hardware Get all lib functions from lib, not pkgs.lib, in modules 2014-07-02 12:28:18 -04:00
installer nixos/generate-config: Fix indentation 2014-08-29 12:19:13 -07:00
misc Merge pull request #3773 from nbp/nixos-maintainers 2014-08-29 14:57:20 +02:00
profiles initrd.availableKernelModules: add support for keyboards 2014-08-12 20:00:01 +02:00
programs Refactor nixos files relying on the old ipAddress / prefixLength / subnetMask attributes 2014-08-30 07:33:38 -07:00
security Don't silently ignore errors from the activation script 2014-08-15 02:14:34 +02:00
services nixos/network-interfaces: Support the old ip configuration convention 2014-08-30 08:05:00 -07:00
system nixos/install-grub: Fix Indentation 2014-08-29 12:19:13 -07:00
tasks nixos/network-interface: Append -netdev for all device units 2014-08-30 08:20:14 -07:00
testing Fix evaluation 2014-08-06 19:44:13 +02:00
virtualisation nixos-container run: Execute command using ‘su’ 2014-08-28 02:20:31 +02:00
module-list.nix Merge pull request #3773 from nbp/nixos-maintainers 2014-08-29 14:57:20 +02:00
rename.nix Remove the option ‘programs.bash.enable’ 2014-04-29 19:00:39 +02:00