summaryrefslogtreecommitdiff
path: root/hosts/hanekawa/configuration.nix
diff options
context:
space:
mode:
authorLeonardo Santiago <[email protected]>2024-03-16 20:10:38 -0300
committerLeonardo Santiago <[email protected]>2024-03-16 20:10:38 -0300
commit5c3a1cc71011cbbdb9e51ba1d98a3a372cb03659 (patch)
tree93b92b21e63808cfceccb2d156bd497323dd623d /hosts/hanekawa/configuration.nix
parent525fe6a418239fcbd25e626086811594e6249840 (diff)
add hanekawa sys public key
Diffstat (limited to 'hosts/hanekawa/configuration.nix')
-rw-r--r--hosts/hanekawa/configuration.nix1
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" ];
};