Compare commits

..

No commits in common. "355dbf5a9f62b1c42b05405ae7dc59ff62412971" and "6f48f316ced3c3f37894d85247fa6b854d09abf9" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{ ... }:
{
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" "keyd" ];
extraGroups = [ "wheel" ];
group = "price";
shell = pkgs.zsh;
createHome = true;