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