fixup! home/ssh: use %C for control socket paths

This commit is contained in:
Trolli Schmittlauch 2026-04-04 23:40:48 +02:00
parent ab99ca6e1a
commit 4b712b6b67

View file

@ -93,7 +93,7 @@ in
tag: tagDef:
let
dependency = if tagDef.after != null then lib.hm.dag.entryAfter tagDef.after else lib.id;
escapeOpensshConfig = builtins.replaceStrings ["%"] ["%%"];
escapeOpensshConfig = builtins.replaceStrings [ "%" ] [ "%%" ];
in
lib.nameValuePair "tagged-${tag}" {
match = ''tagged="${tag}"'';