home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit cdcb8e7c5de05a187cfe2829314dd1f138fef1f9
parent ef61248cf6dd13dceba1679b67d4fa02b559433e
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sun,  7 Oct 2018 14:18:49 +0200

ssh: make home-manager create .ssh/sockets folder

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mssh.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/ssh.nix b/ssh.nix @@ -1,6 +1,7 @@ { pkgs, config, lib, ... }: { + home.file.".ssh/sockets/.placeholder".text = ''''; programs.ssh = { enable = true;