From 1bc84ed69466dac7d02be5b7b701c45c910a873a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 6 Apr 2018 13:19:37 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/uucp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') diff --git a/custom/uucp.nix b/custom/uucp.nix index 1fa085b8..2016b8c6 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix @@ -349,7 +349,7 @@ in { }; systemd.targets."multi-user" = { - wants = map (name: "uucico@${name}.timer") cfg.remoteNodes; + wants = mapAttrsToList (name: node: "uucico@${name}.timer") cfg.remoteNodes; }; networking.networkmanager.dispatcherScripts = optional cfg.nmDispatch { -- cgit v1.2.3