Add ngilab user

master
David Crompton 2023-11-01 14:01:59 -04:00
parent 0f1b553c9c
commit 51215319d3
2 changed files with 12 additions and 0 deletions

View File

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

View File

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