From 32e9c2b93ce6ff17065ba4ae19015f948fb0fbc0 Mon Sep 17 00:00:00 2001 From: Lyes Saadi Date: Wed, 10 Apr 2024 02:10:52 +0200 Subject: [PATCH] Adding an initial password --- user/user.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/user/user.nix b/user/user.nix index 3cf8093..af2dc2f 100644 --- a/user/user.nix +++ b/user/user.nix @@ -10,6 +10,7 @@ description = "Lyes Saadi"; home = "/home/lyes"; isNormalUser = true; + initialHashedPassword = ""; # Set for vms and initial installations extraGroups = [ "wheel" "networkmanager" ]; shell = pkgs.fish; };