bvm-ipfs: enable ipfs
This commit is contained in:
parent
fe4b95c532
commit
d32585bff6
1 changed files with 8 additions and 0 deletions
|
@ -19,5 +19,13 @@
|
||||||
};
|
};
|
||||||
my.ip.tailscale = "100.73.206.41";
|
my.ip.tailscale = "100.73.206.41";
|
||||||
|
|
||||||
|
services.ipfs = {
|
||||||
|
enable = true;
|
||||||
|
dataDir = "/store/ipfs";
|
||||||
|
extraConfig = {
|
||||||
|
Experimental.FilestoreEnabled = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
system.stateVersion = "21.05";
|
system.stateVersion = "21.05";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue