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

12 lines
185 B
Nix

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