From 025e6322a66d53be8b9db8be9574df3a24cdb7ae Mon Sep 17 00:00:00 2001
From: Gregor Kleen <gkleen@yggdrasil.li>
Date: Sat, 2 Jun 2018 18:43:01 +0200
Subject: ...

---
 custom/uucp-notifyclient.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/custom/uucp-notifyclient.nix b/custom/uucp-notifyclient.nix
index c07ad77d..5b74c1e0 100644
--- a/custom/uucp-notifyclient.nix
+++ b/custom/uucp-notifyclient.nix
@@ -31,7 +31,7 @@ in {
   config = mkIf (cfg.remoteNodes != {}) {
     services.notify-users = concatMap ({ allowedUsers }: allowedUsers) cfg.remoteNodes;
 
-    services.uucp.remoteNodes = mapAttrs (name: { allowedUsers }: { commands = map (user: "notify-${user}") allowedUsers; }) cfg.remoteNodes;
+    services.uucp.remoteNodes = mapAttrs (name: { allowedUsers, ... }: { commands = map (user: "notify-${user}") allowedUsers; }) cfg.remoteNodes;
     services.uucp.commandPath = [ config.security.wrapperDir ];
   };
 }
-- 
cgit v1.2.3