home

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

commit 6caba08b63e133a8f7927a154f1c7d6926c03065
parent d59526e8295ca675f0df727531e935d5f0844df6
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  8 Apr 2021 16:46:36 +0200

users/vincent: disable patchedOpenSSH

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

Diffstat:
Musers/vincent/core/ssh.nix | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/users/vincent/core/ssh.nix b/users/vincent/core/ssh.nix @@ -9,7 +9,9 @@ let in { home.packages = [ - patchedOpenSSH + # FIXME: doesn't seem to work on 20.09 for some reason :o) + # patchedOpenSSH + pkgs.openssh ]; home.file.".ssh/sockets/.placeholder".text = ''''; xdg.configFile."ssh/.placeholder".text = '''';