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:
|
tag: tagDef:
|
||||||
let
|
let
|
||||||
dependency = if tagDef.after != null then lib.hm.dag.entryAfter tagDef.after else lib.id;
|
dependency = if tagDef.after != null then lib.hm.dag.entryAfter tagDef.after else lib.id;
|
||||||
escapeOpensshConfig = builtins.replaceStrings ["%"] ["%%"];
|
escapeOpensshConfig = builtins.replaceStrings [ "%" ] [ "%%" ];
|
||||||
in
|
in
|
||||||
lib.nameValuePair "tagged-${tag}" {
|
lib.nameValuePair "tagged-${tag}" {
|
||||||
match = ''tagged="${tag}"'';
|
match = ''tagged="${tag}"'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue