diff options
author | Leonardo Santiago <[email protected]> | 2024-03-16 20:10:38 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-03-16 20:10:38 -0300 |
commit | 5c3a1cc71011cbbdb9e51ba1d98a3a372cb03659 (patch) | |
tree | 93b92b21e63808cfceccb2d156bd497323dd623d /hosts | |
parent | 525fe6a418239fcbd25e626086811594e6249840 (diff) |
add hanekawa sys public key
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" ]; }; |