From cd22a5d96b2162de8e6217b6d51c53e2190e4767 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 26 May 2024 02:49:13 -0400 Subject: [PATCH] uupdate README --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c838ac7c..ebcdfed6 100644 --- a/README.md +++ b/README.md @@ -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 | | 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 | -| OS | NixOS 24.05 | NixOS 24.05 | NixOS 24.05 | -| Desktop | Sway | Sway | Sway | +| Desktop | Hyprland | Sway (tablet mode) | Sway | | 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 | | 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 | -| OS | NixOS 24.05 | NixOS 24.05 | NixOS 24.05 | | Desktop | Hyprland | Hyprland | Sway | ## 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`. ```console -sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko -- --mode disko --flake github:alyraffauf/nixcfg#HOST - -sudo nixos-install --no-root-password --root /mnt --flake github:alyraffauf/nixcfg#HOST +sudo nix --experimental-features "nix-command flakes" run github:alyraffauf/nixcfg -- github:alyraffauf/nixcfg#HOST ```