1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
Nix Packages collection & NixOS
Find a file
Oliver Charles 625b42838a NetworkManager: Fix aliases and dependencies
There are two fixes in this commit.

Firstly, I am creating proper symlinks for the Alias= definitions in the
.service files. This achieves the same result as `systemctl enable`, and
I think is preferred over `mv`.

Secondly, `networkmanager-init` now wants `NetworkManager.service`,
along with `ModemManager.service`. ModemManager does not depend on
NetworkManager (according to `systemctl list-dependencies ModemManager`),
thus NetworkManager never got started on boot.
2014-02-12 11:32:49 +00:00
doc Remove obsolete file 2014-02-05 19:18:33 +01:00
lib Merge pull request #1570 from rszibele/scite 2014-02-12 01:39:40 +01:00
maintainers/scripts
nixos NetworkManager: Fix aliases and dependencies 2014-02-12 11:32:49 +00:00
pkgs NetworkManager: Fix aliases and dependencies 2014-02-12 11:32:49 +00:00
.gitignore
.version
COPYING
default.nix
README.md Update README.md 2014-01-24 00:08:00 +01:00

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