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, ... }: {
|
{ config, lib, modules, pkgs, ... }: {
|
||||||
users.users.rin = {
|
users.users.rin = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "adbusers" "audio" "video" "wheel" ];
|
extraGroups = [ "adbusers" "audio" "corectrl" "video" "wheel" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
uid = 1001;
|
uid = 1001;
|
||||||
passwordFile = config.age.secrets.passwd.path;
|
passwordFile = config.age.secrets.passwd.path;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue