nix-config/hosts/BICEP/configuration.nix

15 lines
226 B
Nix
Raw Normal View History

{
...
}: {
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
];
# ------------ System ------------
time.timeZone = "America/New_York";
networking.hostName = "BICEP";
}