From b2aa673d5ac626c429417ef4cb4ff9c866ff74f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 4 Jul 2020 10:18:52 +0100 Subject: [PATCH] nixos: fix manual build https://github.com/NixOS/nixpkgs/pull/92240#issuecomment-653740926 --- nixos/modules/config/users-groups.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/config/users-groups.nix b/nixos/modules/config/users-groups.nix index e6b9a78f416..c2f16e5ed8e 100644 --- a/nixos/modules/config/users-groups.nix +++ b/nixos/modules/config/users-groups.nix @@ -33,7 +33,7 @@ let For logins with a fixed password (including the empty-string password with prompt), use one of the un-hashed password options instead, such as - . + . Such unprotected logins should only be used for e.g. bootable live systems. '';