From c8e6586d3625e33b2a5892d590d7a533546259a7 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Mon, 29 May 2023 16:24:44 -0500 Subject: [PATCH] workstation | fix openssh options which were renamed, added lapce --- workstation/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/workstation/default.nix b/workstation/default.nix index 69883bd..3737286 100644 --- a/workstation/default.nix +++ b/workstation/default.nix @@ -102,8 +102,8 @@ in openssh = { enable = true; settings = { - passwordAuthentication = false; - kbdInteractiveAuthentication = false; + PasswordAuthentication = false; + KbdInteractiveAuthentication = false; #permitRootLogin = "yes"; }; }; @@ -191,6 +191,7 @@ in khard kitty ktimer + lapce lazygit libappindicator libnotify