diff options
Diffstat (limited to 'os')
| -rw-r--r-- | os/common/modules/user.nix | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/os/common/modules/user.nix b/os/common/modules/user.nix index fa4e1c9..13a9046 100644 --- a/os/common/modules/user.nix +++ b/os/common/modules/user.nix @@ -10,10 +10,10 @@ in      description = email;      extraGroups = [ "wheel" ]; +    initialHashedPassword = "$y$j9T$5yekb7UNR3e1bHrPLqH/F.$zVIIDLBY4snxLQcdGCb1aHD2rIhs96fvdvPdNkstFcD";      openssh.authorizedKeys.keys = [ -      "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOzbE0x+ls4Prf4xMylcaFlzuLy44Pti+ZeUU98Wo+5P sinan@paq" +      "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMQu223dTF1J2Iw2TuKVt3SPT4cjtY90TMTxFGxP7DP7 sinan@exy"        "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL8LnyOuPmtKRqAZeHueNN4kfYvpRQVwCivSTq+SZvDU sinan@cez" -      "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHeyFnYE9RJ87kbkjgrev/yw1Z4PVLxvfPAtJjBMOYPq sinan@ale"      ];    };  } | 
