summaryrefslogtreecommitdiff
path: root/system/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/default.nix b/system/default.nix
index 36d11ee..b272958 100644
--- a/system/default.nix
+++ b/system/default.nix
@@ -75,7 +75,7 @@
users.users.${config.user} = {
isNormalUser = true;
description = config.fullName;
- extraGroups = ["wheel" "sys" "video" "audio"];
+ extraGroups = ["wheel" "tty"];
home = config.homePath;
shell = pkgs.zsh;
};