password hash is now plain file in private repo.
This commit is contained in:
parent
04783f1580
commit
7642191e98
10 changed files with 11 additions and 51 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue