mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Fix previous commit.
svn path=/nixos/trunk/; revision=13229
This commit is contained in:
parent
4a55f02005
commit
b73a579d18
2 changed files with 7 additions and 7 deletions
|
@ -31,10 +31,6 @@ let
|
|||
in
|
||||
|
||||
{
|
||||
require = [
|
||||
# newtworking
|
||||
(import ../upstart-jobs/dhclient.nix)
|
||||
]
|
||||
|
||||
time = {
|
||||
|
||||
|
@ -3056,6 +3052,9 @@ root ALL=(ALL) SETENV: ALL
|
|||
};
|
||||
|
||||
require = [
|
||||
# newtworking
|
||||
(import ../upstart-jobs/dhclient.nix)
|
||||
# hardware
|
||||
(import ../upstart-jobs/pcmcia.nix)
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue