l shodan.r: add /home lv
This commit is contained in:
parent
7031d9d2d1
commit
c63b86d9af
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user