ops/nixos: services.ipfs --> services.kubo
This commit is contained in:
parent
d2947cfef0
commit
f216bbad29
3 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@
|
|||
my.ip.tailscale = "100.73.206.41";
|
||||
my.ip.tailscale6 = "fd7a:115c:a1e0:ab12:4843:cd96:6249:ce29";
|
||||
|
||||
services.ipfs = {
|
||||
services.kubo = {
|
||||
enable = true;
|
||||
dataDir = "/store/ipfs";
|
||||
extraConfig = {
|
||||
|
|
|
@ -164,7 +164,7 @@ in {
|
|||
virtualHosts = vhosts;
|
||||
};
|
||||
|
||||
services.ipfs = {
|
||||
services.kubo = {
|
||||
enable = true;
|
||||
extraConfig = {
|
||||
Discovery.MDNS.Enabled = false;
|
||||
|
|
|
@ -474,7 +474,7 @@ in {
|
|||
${pluginLines}
|
||||
'';
|
||||
|
||||
services.ipfs = {
|
||||
services.kubo = {
|
||||
enable = true;
|
||||
dataDir = "/store/ipfs";
|
||||
extraConfig = {
|
||||
|
|
Loading…
Reference in a new issue