KCNHUB: users: add Jathushan

master
David Crompton 2024-11-05 11:33:36 -05:00
parent 606ae11bef
commit 6f94305606
2 changed files with 12 additions and 0 deletions

View File

@ -18,6 +18,7 @@
./users/ryan.nix
./users/josh.nix
./users/iffat.nix
./users/jkaethee.nix
# Groups
./users/groups/admin.nix

View File

@ -0,0 +1,11 @@
{ pkgs, ... }: {
users.users.jkaethee = {
isNormalUser = true;
extraGroups = [ ];
homeSize = "50g";
homeProjectId = 119;
packages = with pkgs; [
];
};
}