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

12 lines
180 B
Nix

{ pkgs, ... }: {
users.users.srikar = {
isNormalUser = true;
extraGroups = [ ];
homeSize = "50g";
homeProjectId = 107;
packages = with pkgs; [
];
};
}