diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/hanekawa/configuration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
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" ]; }; |