summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--custom/uucp.nix2
1 files changed, 1 insertions, 1 deletions
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 {
349 }; 349 };
350 350
351 systemd.targets."multi-user" = { 351 systemd.targets."multi-user" = {
352 wants = map (name: "uucico@${name}.timer") cfg.remoteNodes; 352 wants = mapAttrsToList (name: node: "uucico@${name}.timer") cfg.remoteNodes;
353 }; 353 };
354 354
355 networking.networkmanager.dispatcherScripts = optional cfg.nmDispatch { 355 networking.networkmanager.dispatcherScripts = optional cfg.nmDispatch {