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

12 lines
273 B
Nix
Raw Normal View History

2023-08-01 13:51:40 -04:00
{ pkgs, ... }: {
users.users.carol = {
isNormalUser = true;
2023-08-02 10:58:13 -04:00
homeSize = "50g";
homeProjectId = 102;
2023-08-01 13:51:40 -04:00
packages = with pkgs; [
vscode
];
initialHashedPassword = "$y$j9T$ICVFVw1K1UGBqEPSMlZK4.$MuNuYki.uPsW7ZrBFacXZAAVyN/BrT2JgSKnNdqU8j6";
};
}