Correct Perms of Users

master
David Crompton 2023-10-26 14:48:13 -04:00
parent e5a3b79023
commit 24249296ff
2 changed files with 2 additions and 2 deletions

View File

@ -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; [

View File

@ -1,7 +1,7 @@
{ pkgs, ... }: {
users.users.srikar = {
isNormalUser = true;
extraGroups = [ "wheel" ];
extraGroups = [ ];
homeSize = "50g";
homeProjectId = 107;
packages = with pkgs; [