Compare commits

...

2 Commits

Author SHA1 Message Date
355dbf5a9f
fix(nix/host/orion): add price to keyd group
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m5s
2024-05-29 11:29:27 -05:00
6ee73868cc
refactor(nix/host/orion): do not explicitly set timezone 2024-05-29 10:58:55 -05:00
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
{ ... }:
{
services.automatic-timezoned.enable = true;
time.timeZone = "America/Chicago";
}

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;