Users: Add Nooshin

master
David Crompton 2024-03-26 09:52:28 -04:00
parent b9ce037969
commit 4f997fd27f
2 changed files with 12 additions and 0 deletions

View File

@ -10,6 +10,7 @@
./users/zhenyangsun.nix
./users/ngilab.nix
./users/milad.nix
./users/nooshin.nix
# Groups
./users/groups/admin.nix

View File

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