Add atlas host details

This commit is contained in:
Jordan Holt 2022-12-30 23:21:36 +00:00
parent 60bf26badd
commit 046eb42dd3
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520
4 changed files with 20 additions and 1 deletions

View File

@ -15,7 +15,7 @@
system = "x86_64-linux";
modules = [
./hosts/configuration.nix
./hosts/atlas/configuration.nix
home-manager.nixosModules.home-manager {
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;

19
hosts/atlas/README.md Normal file
View File

@ -0,0 +1,19 @@
# Atlas
## Overview
A general purpose mini computer used for web browsing and multimedia.
## Specs
* CPU - Intel Core i7-4790K @ 4.00GHz
* Memory - 8 GB DDR3
* Motherboard - ASRock Z97M-ITX
* GPU - AMD Radeon R9 290X 4GB
### Disks
Device | Partitions _(filesystem, usage)_
--- | ---
Samsung SSD 850 | `/dev/sda1` (NTFS, Windows XP)
Samsung SSD 850 | `/dev/sdb1` (EFI, NixOS Boot) <br> `/dev/sdb2` (ext4, NixOS Root)
### Networks
DHCP on `10.0.1.0/24` subnet.