Correct Perms of Users
parent
e5a3b79023
commit
24249296ff
|
@ -6,7 +6,7 @@ cat <<EOF > $1.nix
|
|||
{ pkgs, ... }: {
|
||||
users.users.$1 = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
extraGroups = [ ];
|
||||
homeSize = "50g";
|
||||
homeProjectId = $((projId+1));
|
||||
packages = with pkgs; [
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
users.users.srikar = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
extraGroups = [ ];
|
||||
homeSize = "50g";
|
||||
homeProjectId = 107;
|
||||
packages = with pkgs; [
|
||||
|
|
Loading…
Reference in New Issue