Add Frances
parent
f708baaf85
commit
9dd2a2f26e
|
@ -6,5 +6,6 @@
|
|||
./users/alan.nix
|
||||
./users/spandan.nix
|
||||
./users/matlab-server.nix
|
||||
./users/frances.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
{ pkgs, ... }: {
|
||||
users.users.frances = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"mousetbi"
|
||||
];
|
||||
homeSize = "50g";
|
||||
homeProjectId = 106;
|
||||
packages = with pkgs; [
|
||||
|
||||
];
|
||||
initialHashedPassword = "$y$j9T$I9LtX8Vx/2RKuUT1HjPKN/$TmoQPB/J7y3owZf80oWZjLPv//CVeUd8gVttcFeINQA";
|
||||
};
|
||||
users.groups."mousetbi" = { };
|
||||
}
|
Loading…
Reference in New Issue