kcnhub: users: add elena

master
Antoine Fauroux 2026-08-13 12:19:35 -04:00
parent 62c866fccf
commit 92fdcc0cb8
2 changed files with 13 additions and 0 deletions

View File

@ -24,10 +24,12 @@
./users/umar.nix
./users/arthur.nix
./users/raiyan.nix
./users/elena.nix
# Groups
./users/groups/admin.nix
./users/groups/nfrf.nix
./users/groups/ngilab_shared.nix
./users/groups/nsbspl.nix
];
}

View File

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