From 6aacda56b7e6092374365b3d6074e93d6203439c Mon Sep 17 00:00:00 2001 From: Baitinq Date: Mon, 6 Feb 2023 16:17:25 +0100 Subject: Misc: Update README and documentation Now it should be more user friendly, hopefully making it easier to install. --- Documentation/INSTALLING.md | 0 Documentation/PARTITIONING.md | 9 +++++++++ Documentation/desktop_screenshot.png | Bin 0 -> 367768 bytes 3 files changed, 9 insertions(+) create mode 100644 Documentation/INSTALLING.md create mode 100644 Documentation/PARTITIONING.md create mode 100644 Documentation/desktop_screenshot.png (limited to 'Documentation') diff --git a/Documentation/INSTALLING.md b/Documentation/INSTALLING.md new file mode 100644 index 0000000..e69de29 diff --git a/Documentation/PARTITIONING.md b/Documentation/PARTITIONING.md new file mode 100644 index 0000000..3b1b14f --- /dev/null +++ b/Documentation/PARTITIONING.md @@ -0,0 +1,9 @@ +# Partition and mount disks +``` +nix run .#nixosConfigurations.$HOST-$HARDWARE-$ARCH.config.disks-create +nix run .#nixosConfigurations.$HOST-$HARDWARE-$ARCH.config.disks-format +nix run .#nixosConfigurations.$HOST-$HARDWARE-$ARCH.config.disks-mount +``` + +# Install nixos +nixos-install --flake .#HOST diff --git a/Documentation/desktop_screenshot.png b/Documentation/desktop_screenshot.png new file mode 100644 index 0000000..ceca4ba Binary files /dev/null and b/Documentation/desktop_screenshot.png differ -- cgit 1.4.1