add root mountpoint for kubo filestore

This commit is contained in:
Charlotte 🦝 Delenk 2023-05-24 09:45:42 +01:00
parent 5cf8f5c083
commit fcc2fed415
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -64,4 +64,8 @@
networking.firewall.allowedUDPPorts = [
4001
];
fileSystems."/var/lib/ipfs/root" = {
device = "/";
options = ["bind" "ro"];
};
}