From 1742a74e3251188fcfd8ebcef1a84a4b3c596d40 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Thu, 1 Jun 2023 23:01:36 +0200 Subject: Update --- hosts/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hosts') diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 1be0c27..ed4fca4 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -20,7 +20,6 @@ }; grub = { enable = true; - version = 2; efiSupport = true; efiInstallAsRemovable = true; device = "nodev"; @@ -145,8 +144,8 @@ openssh = { enable = true; settings = { - passwordAuthentication = false; - kbdInteractiveAuthentication = false; + PasswordAuthentication = false; + KbdInteractiveAuthentication = false; }; listenAddresses = [{ addr = "0.0.0.0"; @@ -158,6 +157,7 @@ dbus.enable = true; irqbalance.enable = true; fwupd.enable = true; + xserver.libinput.enable = false; }; programs = { -- cgit 1.4.1