* Don't start the filesystems task on a startup event. It's pointless
to do so until udev has created device nodes. svn path=/nixos/trunk/; revision=19332
This commit is contained in:
parent
e50a7e5f32
commit
cf06d2b9cf
@ -224,7 +224,7 @@ in
|
||||
environment.systemPackages = [pkgs.ntfs3g pkgs.mount_cifs pkgs.nfsUtils];
|
||||
|
||||
jobs.filesystems =
|
||||
{ startOn = [ "startup" "new-devices" "ip-up" ];
|
||||
{ startOn = [ "new-devices" "ip-up" ];
|
||||
|
||||
script = task;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user