KCNHUB: users: add Iffat

master
David Crompton 2024-07-31 15:45:56 -04:00
parent 10381b5e47
commit b61299b0b2
2 changed files with 12 additions and 0 deletions

View File

@ -17,6 +17,7 @@
./users/michael.nix
./users/ryan.nix
./users/josh.nix
./users/iffat.nix
# Groups
./users/groups/admin.nix

View File

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