password hash is now plain file in private repo.

This commit is contained in:
Gabe Venberg 2024-06-05 19:10:12 -05:00
parent 04783f1580
commit 7642191e98
10 changed files with 11 additions and 51 deletions

View file

@ -24,11 +24,6 @@ inputs.nixos-generators.nixosGenerate {
host.user = "gabe";
host.fullName = "Gabe Venberg";
users.users.root.password = "nixos";
users.users.${config.host.user} = {
password = "nixos";
};
home-manager.users.${config.host.user} = {
inputs,
osConfig,

View file

@ -24,11 +24,6 @@ inputs.nixos-generators.nixosGenerate {
host.user = "gabe";
host.fullName = "Gabe Venberg";
users.users.root.password = "nixos";
users.users.${config.host.user} = {
password = "nixos";
};
home-manager.users.${config.host.user} = {
inputs,
osConfig,