aboutsummaryrefslogtreecommitdiff
path: root/nix/users/fcuny/ssh.nix
diff options
context:
space:
mode:
authorFranck Cuny <59291+fcuny@users.noreply.github.com>2025-02-07 08:51:04 -0800
committerFranck Cuny <59291+fcuny@users.noreply.github.com>2025-02-07 08:51:04 -0800
commite06e843a31a822ecb84702c0821599c868bc6785 (patch)
tree2c103caf68c71854958d33538fbd69a0b27a17c5 /nix/users/fcuny/ssh.nix
parentadd more aliases for hashi (diff)
downloadinfra-e06e843a31a822ecb84702c0821599c868bc6785.tar.gz
ensure path exists
Diffstat (limited to 'nix/users/fcuny/ssh.nix')
-rw-r--r--nix/users/fcuny/ssh.nix5
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";
+ };
}