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; root.hashedPasswordFile = config.age.secrets.users-root-pw.path;
price = { price = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" ]; extraGroups = [ "wheel" "keyd" ];
group = "price"; group = "price";
shell = pkgs.zsh; shell = pkgs.zsh;
createHome = true; createHome = true;