about summary refs log tree commit diff
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/INSTALLING.md0
-rw-r--r--Documentation/PARTITIONING.md9
-rw-r--r--Documentation/desktop_screenshot.pngbin0 -> 367768 bytes
3 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/INSTALLING.md b/Documentation/INSTALLING.md
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Documentation/INSTALLING.md
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
--- /dev/null
+++ b/Documentation/desktop_screenshot.png
Binary files differ