feat(ymir): add user to realtime group.

This commit is contained in:
CronyAkatsuki 2025-05-23 15:12:05 +02:00
parent 6b43fefb2e
commit c537b905ba

View file

@ -106,7 +106,7 @@
isNormalUser = true; isNormalUser = true;
description = "Crony"; description = "Crony";
hashedPasswordFile = "${config.age.secrets.crony-passwd.path}"; 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}"; users.users.root.hashedPasswordFile = "${config.age.secrets.root-passwd.path}";