fix(nix/host/orion): add price to keyd group
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m5s

This commit is contained in:
Price Hiller 2024-05-29 11:29:27 -05:00
parent 6ee73868cc
commit 355dbf5a9f
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -7,7 +7,7 @@
root.hashedPasswordFile = config.age.secrets.users-root-pw.path;
price = {
isNormalUser = true;
extraGroups = [ "wheel" ];
extraGroups = [ "wheel" "keyd" ];
group = "price";
shell = pkgs.zsh;
createHome = true;