mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat(ref): use initialHashedPassword for users/youwen
This commit is contained in:
parent
02361e42cf
commit
3ad407664b
4 changed files with 14 additions and 11 deletions
13
reference/users/youwen/nixos.nix
Normal file
13
reference/users/youwen/nixos.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
users.users.youwen = {
|
||||
isNormalUser = true;
|
||||
description = "Youwen Wu";
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
];
|
||||
shell = pkgs.fish;
|
||||
initialHashedPassword = "$y$j9T$v0OkEeCntj8KwgPJQxyWx0$dx8WtFDYgZZ8WE3FWetWwRfutjQkznRuJ0IG3LLAtP2";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue