Add password hash to manager
This commit is contained in:
@@ -17,6 +17,7 @@ in
|
|||||||
extraGroups = [ "networkmanager" "wheel" "docker" "scanner" "lp"];
|
extraGroups = [ "networkmanager" "wheel" "docker" "scanner" "lp"];
|
||||||
packages = with pkgs; [];
|
packages = with pkgs; [];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
|
hashedPassword = profile.hashed-password;
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.backupFileExtension = "bck.lck";
|
home-manager.backupFileExtension = "bck.lck";
|
||||||
|
|||||||
Reference in New Issue
Block a user