modules/ipfs-lain: unbreak FUSE
This commit is contained in:
parent
584d1f51ec
commit
30005fd96c
1 changed files with 6 additions and 1 deletions
|
@ -18,7 +18,12 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
systemd.services.ipfs.environment.LIBP2P_FORCE_PNET = "1";
|
||||
systemd.services.ipfs = {
|
||||
environment.LIBP2P_FORCE_PNET = "1";
|
||||
serviceConfig = {
|
||||
ReadWritePaths = lib.mkForce [ ];
|
||||
};
|
||||
};
|
||||
systemd.sockets = {
|
||||
ipfs-api.enable = false;
|
||||
ipfs-gateway.enable = false;
|
||||
|
|
Loading…
Reference in a new issue