Skip to content

Instantly share code, notes, and snippets.

@ktosiek
Last active August 29, 2015 14:14
Show Gist options
  • Save ktosiek/a76176e6d236b753ba2b to your computer and use it in GitHub Desktop.
Save ktosiek/a76176e6d236b753ba2b to your computer and use it in GitHub Desktop.
{ config, pkgs, ... }:
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
./date-time.nix
];
# ...
}
{ config, pkgs, ... }:
{
time.timeZone = "Asia/Yekaterinburg";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment