add /mnt/conf to automounted disks

This commit is contained in:
lassulus 2016-02-17 14:59:36 +01:00
parent a1615ca432
commit bc9a4d68b9

View File

@ -210,6 +210,11 @@
device = "/dev/big/public";
fsType = "ext4";
};
"/mnt/conf" = {
device = "/dev/big/conf";
fsType = "ext4";
};
};
services.udev.extraRules = ''