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;
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user