feat(ymir): add user to realtime group.
This commit is contained in:
parent
6b43fefb2e
commit
c537b905ba
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@
|
|||
isNormalUser = true;
|
||||
description = "Crony";
|
||||
hashedPasswordFile = "${config.age.secrets.crony-passwd.path}";
|
||||
extraGroups = ["networkmanager" "wheel" "video" "input" "audio" "gamemode" "seat"];
|
||||
extraGroups = ["networkmanager" "wheel" "video" "input" "audio" "gamemode" "seat" "realtime"];
|
||||
};
|
||||
|
||||
users.users.root.hashedPasswordFile = "${config.age.secrets.root-passwd.path}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue