l 1 shodan: add /bku
This commit is contained in:
parent
9b0874ceee
commit
72f1527930
|
@ -75,6 +75,10 @@ with import <stockholm/lib>;
|
|||
fsType = "tmpfs";
|
||||
options = ["nosuid" "nodev" "noatime"];
|
||||
};
|
||||
"/bku" = {
|
||||
device = "/dev/pool/bku";
|
||||
fsType = "ext4";
|
||||
};
|
||||
};
|
||||
|
||||
services.udev.extraRules = ''
|
||||
|
|
Loading…
Reference in a new issue