fix(nix/host/orion): add price
to keyd
group
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m5s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m5s
This commit is contained in:
parent
6ee73868cc
commit
355dbf5a9f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user