about summary refs log tree commit diff
path: root/ipfs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ipfs.nix')
-rw-r--r--ipfs.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/ipfs.nix b/ipfs.nix
index 4a276ff..d8c19c6 100644
--- a/ipfs.nix
+++ b/ipfs.nix
@@ -49,11 +49,10 @@ in {
 
   services = {
     kubo = {
-      autoMount = true;
       dataDir = "/mnt/nas/ipfs";
       enable = true;
       enableGC = true;
-      extraConfig.GateWay = {
+      settings.GateWay = {
         NoFetch = true;
         PublicGateways."${domain}" = {
           Paths =  [ "/ipfs" "/ipns" ];