kcnhub: Add Umar

master
Antoine Fauroux 2025-06-10 13:38:41 -04:00
parent 5b63445064
commit cd960974ff
2 changed files with 13 additions and 1 deletions

View File

@ -21,7 +21,8 @@
./users/iffat.nix ./users/iffat.nix
./users/jkaethee.nix ./users/jkaethee.nix
./users/afauroux.nix ./users/afauroux.nix
./users/umar.nix
# Groups # Groups
./users/groups/admin.nix ./users/groups/admin.nix
./users/groups/nfrf.nix ./users/groups/nfrf.nix

View File

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