Remove the lvm job

There is a generator in lvm2 that takes care of this.
This commit is contained in:
Eelco Dolstra 2012-08-23 10:23:41 -04:00
parent c2da812bd0
commit 0280aa2dc4

View File

@ -6,19 +6,6 @@
config = {
jobs.lvm =
{ startOn = "started udev or new-devices";
script =
''
# Make all logical volumes on all volume groups available, i.e.,
# make them appear in /dev.
${pkgs.lvm2}/sbin/vgchange --available y
'';
task = true;
};
environment.systemPackages = [ pkgs.lvm2 ];
services.udev.packages = [ pkgs.lvm2 ];