From 4f3afd3a2c576247660ff163b9f13190db84c529 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Thu, 22 May 2025 22:28:34 +0200 Subject: [PATCH] remove default user hashed password --- system/core/users.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/system/core/users.nix b/system/core/users.nix index 1db5cfc..bf55e6b 100644 --- a/system/core/users.nix +++ b/system/core/users.nix @@ -19,8 +19,6 @@ openssh.authorizedKeys.keys = [ keys.rpqt.haze ]; - initialHashedPassword = "$y$j9T$.y7GZIaYYgEHt1spMsOqi/$k4O3AAKBhJF0gI.G9/Ja8ssGsVTv3VPD5WC.7ErAUD1"; - extraGroups = [ "wheel" ];