Price Hiller
02334f5601
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m14s
9 lines
114 B
Nix
9 lines
114 B
Nix
{ ... }:
|
|
|
|
{
|
|
time.timeZone = "America/Chicago";
|
|
systemd.extraConfig = ''
|
|
DefaultTimeoutStopSec=10s
|
|
'';
|
|
}
|