Added Spandan to mousetbi group
parent
c8c17f230a
commit
8d151a1399
|
@ -1,11 +1,15 @@
|
|||
{ pkgs, ... }: {
|
||||
users.users.spandan = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"mousetbi"
|
||||
];
|
||||
homeSize = "50g";
|
||||
homeProjectId = 104;
|
||||
packages = with pkgs; [
|
||||
|
||||
];
|
||||
};
|
||||
users.groups."mousetbi" = { };
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue