1
0
forked from extern/nix-config
donovanglover-nix-config/variables.nix
Donovan Glover 499c80b3e6
variables: Add timezone
The point of the variables file is to make it easy to change common
configuration without having to worry about editing the other files.
2023-06-05 18:52:26 -04:00

6 lines
86 B
Nix

{
hostname = "nixos";
system = "x86_64-linux";
timezone = "America/New_York";
}