From b1b74fd4065fa871b9b837b9de995f3d865a977f Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Sun, 9 Jul 2023 11:41:12 -0500 Subject: [PATCH] flake said so --- hosts/algiz/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/algiz/configuration.nix b/hosts/algiz/configuration.nix index 8dd24f4..a8ce3f5 100644 --- a/hosts/algiz/configuration.nix +++ b/hosts/algiz/configuration.nix @@ -101,7 +101,6 @@ # Use the GRUB 2 boot loader. boot.loader.grub.enable = true; - boot.loader.grub.version = 2; boot.loader.grub.device = "/dev/vda"; # or "nodev" for efi only programs.gnupg.agent = { @@ -117,7 +116,7 @@ # Enable the OpenSSH daemon. services.openssh.enable = true; - services.openssh.passwordAuthentication = false; + services.openssh.settings.passwordAuthentication = false; users.mutableUsers = false;