diff options
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/users/fcuny/ssh.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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"; + }; } |
