users/rin: add to corectrl group
This commit is contained in:
parent
b035ccecd7
commit
fd480158b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue