l shodan.r: add /home lv

This commit is contained in:
lassulus 2017-08-25 23:45:03 +02:00
parent 7031d9d2d1
commit c63b86d9af

View File

@ -41,7 +41,11 @@ with import <stockholm/lib>;
"/boot" = {
device = "/dev/sda1";
};
"/home" = {
device = "/dev/mapper/pool-home";
fsType = "btrfs";
options = ["defaults" "noatime" "ssd" "compress=lzo"];
};
"/tmp" = {
device = "tmpfs";
fsType = "tmpfs";