Add Zhenyang

master
David Crompton 2023-11-01 13:59:39 -04:00
parent e8f7009c73
commit 0f1b553c9c
2 changed files with 12 additions and 0 deletions

View File

@ -8,6 +8,7 @@
./users/matlab-server.nix
./users/frances.nix
./users/srikar.nix
./users/zhenyangsun.nix
# Groups
./users/groups/admin.nix

View File

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