From aeacb8fdfd2cd855f82967b5d781bdd68534955d Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Thu, 4 May 2023 09:58:03 -0500 Subject: [PATCH] no passwords --- hosts/algiz/configuration.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hosts/algiz/configuration.nix b/hosts/algiz/configuration.nix index 33d2433..5a49d90 100644 --- a/hosts/algiz/configuration.nix +++ b/hosts/algiz/configuration.nix @@ -37,7 +37,7 @@ networking.hostName = "algiz"; time.timeZone = "America/Chicago"; programs.zsh.enable = true; - virtualisation.docker.enable = true; + virtualisation.docker.enable = true; programs.nix-ld.enable = true; programs.nix-ld.libraries = with pkgs; [ @@ -104,7 +104,10 @@ }; # Enable the OpenSSH daemon. - services.openssh.enable = true; + services.openssh = { + enable = true; + passwordAuthentication = false; + }; users.mutableUsers = false; # This value determines the NixOS release from which the default