KCNHUB: users: add Jathushan
parent
606ae11bef
commit
6f94305606
|
@ -18,6 +18,7 @@
|
||||||
./users/ryan.nix
|
./users/ryan.nix
|
||||||
./users/josh.nix
|
./users/josh.nix
|
||||||
./users/iffat.nix
|
./users/iffat.nix
|
||||||
|
./users/jkaethee.nix
|
||||||
|
|
||||||
# Groups
|
# Groups
|
||||||
./users/groups/admin.nix
|
./users/groups/admin.nix
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
{ pkgs, ... }: {
|
||||||
|
users.users.jkaethee = {
|
||||||
|
isNormalUser = true;
|
||||||
|
extraGroups = [ ];
|
||||||
|
homeSize = "50g";
|
||||||
|
homeProjectId = 119;
|
||||||
|
packages = with pkgs; [
|
||||||
|
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue