users/rin: add to corectrl group

This commit is contained in:
LavaDesu 2023-01-24 00:08:12 +07:00
parent b035ccecd7
commit fd480158b1
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -1,7 +1,7 @@
{ config, lib, modules, pkgs, ... }: {
users.users.rin = {
isNormalUser = true;
extraGroups = [ "adbusers" "audio" "video" "wheel" ];
extraGroups = [ "adbusers" "audio" "corectrl" "video" "wheel" ];
shell = pkgs.zsh;
uid = 1001;
passwordFile = config.age.secrets.passwd.path;