From 467dc80d65f33cd1d5d2515c84c9ad0297151315 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 5 Feb 2024 13:20:07 +0530 Subject: lia/users/rohit: initial conf --- hosts/lia/modules/users.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/lia/modules/users.nix b/hosts/lia/modules/users.nix index 0161e0b..13617ff 100644 --- a/hosts/lia/modules/users.nix +++ b/hosts/lia/modules/users.nix @@ -1,5 +1,10 @@ -{ ... }: { +{ pkgs, ... }: { users.users."rohit" = { isNormalUser = true; + extraGroups = [ "wheel" ]; + + packages = with pkgs; [ git htop ]; + openssh.authorizedKeys.keys = + [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOZcWF1zVyxsCdZ/j+h+RlHZlyhgY2Bky03847bxFNSH rohit@victus" ]; }; } -- cgit v1.2.3