Users: Add Milad

master
David Crompton 2024-03-26 09:39:35 -04:00
parent c87b1bb55e
commit b9ce037969
2 changed files with 12 additions and 0 deletions

View File

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

View File

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