From 8472ca3cd968ca126daca0bcbcbfca3ebf6fa4b0 Mon Sep 17 00:00:00 2001 From: Florian Sesser <florian@private.storage> Date: Wed, 14 Sep 2022 14:06:35 +0000 Subject: [PATCH] Whitespace --- nixos/modules/tahoe.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/tahoe.nix b/nixos/modules/tahoe.nix index e1153ec8..3c0691f7 100644 --- a/nixos/modules/tahoe.nix +++ b/nixos/modules/tahoe.nix @@ -115,7 +115,6 @@ in # Open up the firewall. # networking.firewall.allowedTCPPorts = flip mapAttrsToList cfg.introducers # (node: settings: settings.tub.port); - systemd.services = flip mapAttrs' cfg.introducers (node: settings: let pidfile = "/run/tahoe.introducer-${node}.pid"; -- GitLab