diff options
Diffstat (limited to 'Biz/Users.nix')
-rw-r--r-- | Biz/Users.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Biz/Users.nix b/Biz/Users.nix index 2f945d6..b7717a3 100644 --- a/Biz/Users.nix +++ b/Biz/Users.nix @@ -41,6 +41,13 @@ in { hashedPassword = "$6$SGhdoRB6DhWe$elW8RQE1ebe8JKf1ALW8jGZTPCyn2rpq/0J8MV/A9y8qFMEhA.Z2eiexMgptohZAK5kcGOc6HIUgNzJqnDUvY."; }; + dre = { + description = "Andres Ulloa"; + isNormalUser = true; + home = "/home/dre"; + openssh.authorizedKeys.keys = readKeys ./Keys/Dre.pub; + extraGroups = [ "wheel" "git" ]; + }; nick = { description = "Nick Sima"; isNormalUser = true; |