From 5c3a1cc71011cbbdb9e51ba1d98a3a372cb03659 Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Sat, 16 Mar 2024 20:10:38 -0300 Subject: add hanekawa sys public key --- hosts/hanekawa/configuration.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'hosts/hanekawa/configuration.nix') diff --git a/hosts/hanekawa/configuration.nix b/hosts/hanekawa/configuration.nix index 295b31f..ee3d95d 100644 --- a/hosts/hanekawa/configuration.nix +++ b/hosts/hanekawa/configuration.nix @@ -73,7 +73,6 @@ # Define a user account. Don't forget to set a password with ‘passwd’. users.users.leonardo = { isNormalUser = true; - initialPassword = ""; description = "leonardo"; extraGroups = [ "networkmanager" "wheel" ]; }; -- cgit v1.2.3