fixup! home/ssh: use %C for control socket paths
This commit is contained in:
parent
ab99ca6e1a
commit
4b712b6b67
1 changed files with 1 additions and 1 deletions
|
|
@ -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}"'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue