From 9532ab2aaead395f7b97a72ad803cceb4d29f1e9 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 23 Jan 2022 16:57:43 +0100 Subject: bump --- hosts/sif/default.nix | 2 +- hosts/surtr/default.nix | 2 +- hosts/vidhar/default.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'hosts') diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix index 3c9cf390..1f4a074e 100644 --- a/hosts/sif/default.nix +++ b/hosts/sif/default.nix @@ -349,7 +349,7 @@ ''; services.dbus.packages = with pkgs; - [ dbus gnome3.dconf + [ dbus dconf ]; programs = { diff --git a/hosts/surtr/default.nix b/hosts/surtr/default.nix index 8554d112..ffa79bea 100644 --- a/hosts/surtr/default.nix +++ b/hosts/surtr/default.nix @@ -120,7 +120,7 @@ services.openssh = { enable = true; passwordAuthentication = false; - challengeResponseAuthentication = false; + kbdInteractiveAuthentication = false; extraConfig = '' AllowGroups ssh ''; diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index 9905d1f8..0a49e37b 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix @@ -85,7 +85,7 @@ services.openssh = { enable = true; passwordAuthentication = false; - challengeResponseAuthentication = false; + kbdInteractiveAuthentication = false; extraConfig = '' AllowGroups ssh ''; -- cgit v1.2.3