add root mountpoint for kubo filestore
This commit is contained in:
parent
5cf8f5c083
commit
fcc2fed415
1 changed files with 4 additions and 0 deletions
|
@ -64,4 +64,8 @@
|
|||
networking.firewall.allowedUDPPorts = [
|
||||
4001
|
||||
];
|
||||
fileSystems."/var/lib/ipfs/root" = {
|
||||
device = "/";
|
||||
options = ["bind" "ro"];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue