Merge pull request 'fix ipfs server' (#99) from fix-ipfs-server into main
Reviewed-on: #99
This commit is contained in:
commit
a354a44a00
3 changed files with 8 additions and 4 deletions
|
@ -89,8 +89,4 @@
|
|||
networking.firewall.allowedUDPPorts = [
|
||||
4001
|
||||
];
|
||||
fileSystems."/var/lib/ipfs/root" = {
|
||||
device = "/";
|
||||
options = ["bind" "ro"];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -8,4 +8,8 @@
|
|||
services.kubo = {
|
||||
package = pkgs.kubo-orig;
|
||||
};
|
||||
fileSystems."/var/lib/ipfs/root" = {
|
||||
device = "/";
|
||||
options = ["bind" "ro"];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -75,4 +75,8 @@
|
|||
reverse_proxy http://127.0.0.1:41876
|
||||
'';
|
||||
};
|
||||
fileSystems."/persist/var/lib/ipfs/root" = {
|
||||
device = "/";
|
||||
options = ["bind" "ro"];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue