WS-KCNHUB/machines/kcnhub/users/srikar.nix

12 lines
180 B
Nix
Raw Normal View History

2023-10-24 10:27:00 -04:00
{ pkgs, ... }: {
users.users.srikar = {
isNormalUser = true;
2023-10-26 14:48:13 -04:00
extraGroups = [ ];
2023-10-24 10:27:00 -04:00
homeSize = "50g";
homeProjectId = 107;
packages = with pkgs; [
];
};
}