From 6b2eca8d5654837a2e7ac2caf2938e79d02778cb Mon Sep 17 00:00:00 2001 From: Luflosi Date: Fri, 15 Apr 2022 20:54:38 +0200 Subject: [PATCH] nixos/ipfs: remove unused code This code became obsolete with 4044d81d5cea617e58ec9682f9cc447dde326850, just a couple days after it was introduced. --- nixos/modules/services/network-filesystems/ipfs.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/modules/services/network-filesystems/ipfs.nix b/nixos/modules/services/network-filesystems/ipfs.nix index a670551d9f3b..fe375e6ad19f 100644 --- a/nixos/modules/services/network-filesystems/ipfs.nix +++ b/nixos/modules/services/network-filesystems/ipfs.nix @@ -1,8 +1,7 @@ -{ config, lib, pkgs, options, utils, ... }: +{ config, lib, pkgs, utils, ... }: with lib; let cfg = config.services.ipfs; - opt = options.services.ipfs; ipfsFlags = utils.escapeSystemdExecArgs ( optional cfg.autoMount "--mount" ++