From 24249296ff7d844ba6e296b2bf1c14d61b4ba998 Mon Sep 17 00:00:00 2001 From: David Crompton Date: Thu, 26 Oct 2023 14:48:13 -0400 Subject: [PATCH] Correct Perms of Users --- machines/kcnhub/users/mkUser.sh | 2 +- machines/kcnhub/users/srikar.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/kcnhub/users/mkUser.sh b/machines/kcnhub/users/mkUser.sh index 87595e0..684f50a 100755 --- a/machines/kcnhub/users/mkUser.sh +++ b/machines/kcnhub/users/mkUser.sh @@ -6,7 +6,7 @@ cat < $1.nix { pkgs, ... }: { users.users.$1 = { isNormalUser = true; - extraGroups = [ "wheel" ]; + extraGroups = [ ]; homeSize = "50g"; homeProjectId = $((projId+1)); packages = with pkgs; [ diff --git a/machines/kcnhub/users/srikar.nix b/machines/kcnhub/users/srikar.nix index c10dc8a..e6d1b4d 100644 --- a/machines/kcnhub/users/srikar.nix +++ b/machines/kcnhub/users/srikar.nix @@ -1,7 +1,7 @@ { pkgs, ... }: { users.users.srikar = { isNormalUser = true; - extraGroups = [ "wheel" ]; + extraGroups = [ ]; homeSize = "50g"; homeProjectId = 107; packages = with pkgs; [