From ed883d8334ed824344a58c464c76c5b712bebe85 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 11 Oct 2022 13:28:43 -0400 Subject: Add dre user --- Biz/Users.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Biz/Users.nix') 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; -- cgit v1.2.3