dotfiles/hosts/malachite/default.nix

17 lines
265 B
Nix
Raw Normal View History

2024-02-25 19:49:15 -08:00
{ config, pkgs, ... }:
{
imports =
[
./hardware-configuration.nix
];
networking.hostName = "malachite";
time.timeZone = "America/Los_Angeles";
# Read the Docs before Changing
system.stateVersion = "23.05"; # Did you read the comment?
}