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