From 046eb42dd3961ab723145cf9f4696403b63810bb Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Fri, 30 Dec 2022 23:21:36 +0000 Subject: [PATCH] Add atlas host details --- flake.nix | 2 +- hosts/atlas/README.md | 19 +++++++++++++++++++ hosts/{ => atlas}/configuration.nix | 0 hosts/{ => atlas}/hardware-configuration.nix | 0 4 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 hosts/atlas/README.md rename hosts/{ => atlas}/configuration.nix (100%) rename hosts/{ => atlas}/hardware-configuration.nix (100%) diff --git a/flake.nix b/flake.nix index 0ec66ba..2bbdcba 100644 --- a/flake.nix +++ b/flake.nix @@ -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; diff --git a/hosts/atlas/README.md b/hosts/atlas/README.md new file mode 100644 index 0000000..e9132cb --- /dev/null +++ b/hosts/atlas/README.md @@ -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)
`/dev/sdb2` (ext4, NixOS Root) + +### Networks +DHCP on `10.0.1.0/24` subnet. diff --git a/hosts/configuration.nix b/hosts/atlas/configuration.nix similarity index 100% rename from hosts/configuration.nix rename to hosts/atlas/configuration.nix diff --git a/hosts/hardware-configuration.nix b/hosts/atlas/hardware-configuration.nix similarity index 100% rename from hosts/hardware-configuration.nix rename to hosts/atlas/hardware-configuration.nix