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

12 lines
182 B
Nix
Raw Normal View History

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