uupdate README

This commit is contained in:
Aly Raffauf 2024-05-26 02:49:13 -04:00
parent 167f5b0111
commit cd22a5d96b

View file

@ -16,8 +16,7 @@ NixOS flake for all of mine + my husband's hosts. Modules for Hyprland, Sway (wi
| RAM | 32GB DDR5-5600Mhz | 16GB LPDDR5-5200Mhz | 16GB DDR3L-1600Mhz | | RAM | 32GB DDR5-5600Mhz | 16GB LPDDR5-5200Mhz | 16GB DDR3L-1600Mhz |
| GPU | AMD Radeon 760M | Intel Iris Xe Graphics | Intel HD Graphics 4600 | | GPU | AMD Radeon 760M | Intel Iris Xe Graphics | Intel HD Graphics 4600 |
| Storage | 1TB Sk hynix P41 | 512GB M.2 PCIe 4.0 | 512GB SATA SSD | | Storage | 1TB Sk hynix P41 | 512GB M.2 PCIe 4.0 | 512GB SATA SSD |
| OS | NixOS 24.05 | NixOS 24.05 | NixOS 24.05 | | Desktop | Hyprland | Sway (tablet mode) | Sway |
| Desktop | Sway | Sway | Sway |
| Host | mossdeep | fallarbor | mauville | | Host | mossdeep | fallarbor | mauville |
|---------|-------------------------|------------------------|-------------------------| |---------|-------------------------|------------------------|-------------------------|
@ -27,7 +26,6 @@ NixOS flake for all of mine + my husband's hosts. Modules for Hyprland, Sway (wi
| RAM | 16GB LPDDR5 6400 MT/s | 16GB DDR4-3200Mhz | 16GB DDR4-3200Mhz | | RAM | 16GB LPDDR5 6400 MT/s | 16GB DDR4-3200Mhz | 16GB DDR4-3200Mhz |
| GPU | AMD RDNA 2 | Intel Iris Xe Graphics | AMD Radeon Rx 6700 | | GPU | AMD RDNA 2 | Intel Iris Xe Graphics | AMD Radeon Rx 6700 |
| Storage | 512GB M.2 PCIe SSD | 512GB M.2 PCIe 3.0 | 1TB M.2 PCIe 3.0 | | Storage | 512GB M.2 PCIe SSD | 512GB M.2 PCIe 3.0 | 1TB M.2 PCIe 3.0 |
| OS | NixOS 24.05 | NixOS 24.05 | NixOS 24.05 |
| Desktop | Hyprland | Hyprland | Sway | | Desktop | Hyprland | Hyprland | Sway |
## Home Lab Services ## Home Lab Services
@ -65,7 +63,5 @@ Substitute `HOST` for whichever hostname you have chosen. Reboot to apply the fl
If you want to install NixOS from this flake, run the following commands, substituting `HOST` with a NixOS configuration specified in `flake.nix`. If you want to install NixOS from this flake, run the following commands, substituting `HOST` with a NixOS configuration specified in `flake.nix`.
```console ```console
sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko -- --mode disko --flake github:alyraffauf/nixcfg#HOST sudo nix --experimental-features "nix-command flakes" run github:alyraffauf/nixcfg -- github:alyraffauf/nixcfg#HOST
sudo nixos-install --no-root-password --root /mnt --flake github:alyraffauf/nixcfg#HOST
``` ```