Update users.nix

This commit is contained in:
Victor SENE 2018-04-04 09:00:13 +02:00 committed by GitHub
parent 89a4560533
commit 4259567be8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
};
users.extraUsers.victor =
{ uid = 1001;
{ uid = 1111;
isNormalUser = true;
description = "Victor SENE";
extraGroups = [ "wheel" "networkmanager" ];