Files
nixos/profiles/home.nix
T

7 lines
100 B
Nix

{ config, ... }:
{
time.timeZone = "America/Chicago";
networking.domain = "thehellings.lan";
}