Compare commits
2 Commits
6f48f316ce
...
355dbf5a9f
Author | SHA1 | Date | |
---|---|---|---|
355dbf5a9f | |||
6ee73868cc |
@ -1,5 +1,4 @@
|
||||
{ ... }:
|
||||
{
|
||||
services.automatic-timezoned.enable = true;
|
||||
time.timeZone = "America/Chicago";
|
||||
}
|
@ -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…
x
Reference in New Issue
Block a user