Add atlas host details
This commit is contained in:
parent
60bf26badd
commit
046eb42dd3
@ -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
19
hosts/atlas/README.md
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user