add new computer!
This commit is contained in:
parent
56cedd8584
commit
d8d4d31d2b
2 changed files with 70 additions and 0 deletions
16
hosts/malachite/default.nix
Normal file
16
hosts/malachite/default.nix
Normal 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?
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue