mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-17 07:44:41 +04:00
add gpg and extra
This commit is contained in:
parent
0380635ae7
commit
1d0f0288a8
5 changed files with 23 additions and 1 deletions
|
|
@ -9,7 +9,11 @@ let
|
|||
in {
|
||||
users.users.${cfg.username} = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "networkmanager" ];
|
||||
extraGroups = [
|
||||
"wheel" # sudo
|
||||
"networkmanager"
|
||||
"dialout" "uucp" # esp32
|
||||
];
|
||||
shell = pkgs.fish;
|
||||
hashedPassword = "$6$UK6oHr2gPRYD4Rak$lgF.mYReC0jahNuI4kt0j/CsrajVzMprvp3HgjKwwsjYHU6/Ur9jfROXZbKhhpyCLRmnlCpWeRCbHEYO/jhIv/";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue