NixOS/hosts/luna/modules/default.nix

8 lines
132 B
Nix
Raw Normal View History

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