pin uid
This commit is contained in:
parent
3b9e973426
commit
1d63848ca5
1 changed files with 9 additions and 8 deletions
|
@ -3,6 +3,7 @@
|
|||
{
|
||||
nix.settings.trusted-users = [ "@wheel" ];
|
||||
users.users.ezri = {
|
||||
uid = 2000;
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
openssh.authorizedKeys.keys = [
|
||||
|
|
Loading…
Reference in a new issue