add /mnt/conf to automounted disks

This commit is contained in:
lassulus 2016-02-17 14:59:36 +01:00 committed by tv
parent d01c882e1e
commit 146421e969

View File

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