about summary refs log tree commit diff
path: root/hosts/configuration.nix
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2023-06-01 23:01:36 +0200
committerBaitinq <[email protected]>2023-06-01 23:01:36 +0200
commit1742a74e3251188fcfd8ebcef1a84a4b3c596d40 (patch)
treee75d45c812cdb9214b0af5a01e28fcd4f0027f6b /hosts/configuration.nix
parentHome: Use gnome-keyring instead of pass-secret-service (diff)
downloadnixos-config-1742a74e3251188fcfd8ebcef1a84a4b3c596d40.tar.gz
nixos-config-1742a74e3251188fcfd8ebcef1a84a4b3c596d40.tar.bz2
nixos-config-1742a74e3251188fcfd8ebcef1a84a4b3c596d40.zip
Update
Diffstat (limited to '')
-rw-r--r--hosts/configuration.nix6
1 files changed, 3 insertions, 3 deletions
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 = {