add new computer!

This commit is contained in:
stitchy 2024-02-25 19:49:15 -08:00
parent 56cedd8584
commit d8d4d31d2b
2 changed files with 70 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{ 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?
}