NixOS/hosts/luna/modules/default.nix

9 lines
114 B
Nix
Raw Normal View History

{ ... }:
2023-10-13 19:50:01 -05:00
{
2023-12-03 02:32:12 -06:00
time.timeZone = "America/Chicago";
systemd.extraConfig = ''
DefaultTimeoutStopSec=10s
'';
2024-03-14 03:51:03 -05:00
}