diff options
| author | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-02-07 08:51:04 -0800 |
|---|---|---|
| committer | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-02-07 08:51:04 -0800 |
| commit | e06e843a31a822ecb84702c0821599c868bc6785 (patch) | |
| tree | 2c103caf68c71854958d33538fbd69a0b27a17c5 /nix/users/fcuny/ssh.nix | |
| parent | add more aliases for hashi (diff) | |
| download | infra-e06e843a31a822ecb84702c0821599c868bc6785.tar.gz | |
ensure path exists
Diffstat (limited to 'nix/users/fcuny/ssh.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"; + }; } |
