KCNHUB: users: add Iffat
parent
10381b5e47
commit
b61299b0b2
|
@ -17,6 +17,7 @@
|
||||||
./users/michael.nix
|
./users/michael.nix
|
||||||
./users/ryan.nix
|
./users/ryan.nix
|
||||||
./users/josh.nix
|
./users/josh.nix
|
||||||
|
./users/iffat.nix
|
||||||
|
|
||||||
# Groups
|
# Groups
|
||||||
./users/groups/admin.nix
|
./users/groups/admin.nix
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
{ pkgs, ... }: {
|
||||||
|
users.users.iffat = {
|
||||||
|
isNormalUser = true;
|
||||||
|
extraGroups = [ ];
|
||||||
|
homeSize = "50g";
|
||||||
|
homeProjectId = 118;
|
||||||
|
packages = with pkgs; [
|
||||||
|
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue