From e06e843a31a822ecb84702c0821599c868bc6785 Mon Sep 17 00:00:00 2001 From: Franck Cuny <59291+fcuny@users.noreply.github.com> Date: Fri, 7 Feb 2025 08:51:04 -0800 Subject: ensure path exists --- nix/users/fcuny/ssh.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nix/users/fcuny/ssh.nix') diff --git a/nix/users/fcuny/ssh.nix b/nix/users/fcuny/ssh.nix index 5e7eb46..cd69122 100644 --- a/nix/users/fcuny/ssh.nix +++ b/nix/users/fcuny/ssh.nix @@ -28,4 +28,9 @@ }; }; }; + + home.file = { + # we need this path to be created so that the control path can be used. + ".ssh/sockets/.keep".text = "# Managed by Home Manager"; + }; } -- cgit v1.2.3