mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-31 15:06:31 +02:00
The point of the variables file is to make it easy to change common configuration without having to worry about editing the other files.
6 lines
86 B
Nix
6 lines
86 B
Nix
{
|
|
hostname = "nixos";
|
|
system = "x86_64-linux";
|
|
timezone = "America/New_York";
|
|
}
|