From 3dea7ca5eccd6d35ad4fe7121534b1690ef57a7e Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 21 Jul 2022 16:13:08 +0900 Subject: Adapt to changes --- ipfs.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ipfs.nix') diff --git a/ipfs.nix b/ipfs.nix index 0de1e01..9e81467 100644 --- a/ipfs.nix +++ b/ipfs.nix @@ -55,7 +55,7 @@ in { enableGC = true; extraConfig.GateWay = { NoFetch = true; - PublicGateways.${domain} = { + PublicGateways."${domain}" = { Paths = [ "/ipfs" "/ipns" ]; UseSubdomains = true; }; @@ -83,6 +83,4 @@ in { }; }; }; - - systemd.services.ipfs.serviceConfig.ReadWritePaths = lib.mkForce [ ]; } -- cgit 1.4.1