about summary refs log tree commit diff
path: root/Documentation/PARTITIONING.md
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2023-02-06 16:17:25 +0100
committerBaitinq <[email protected]>2023-02-06 16:17:28 +0100
commit6aacda56b7e6092374365b3d6074e93d6203439c (patch)
tree49ba3dd8178f4ddb587a3761a27c8a7c4835dd12 /Documentation/PARTITIONING.md
parentHosts: Add privacy user.js to firefox (diff)
downloadnixos-config-6aacda56b7e6092374365b3d6074e93d6203439c.tar.gz
nixos-config-6aacda56b7e6092374365b3d6074e93d6203439c.tar.bz2
nixos-config-6aacda56b7e6092374365b3d6074e93d6203439c.zip
Misc: Update README and documentation
Now it should be more user friendly, hopefully making it easier to
install.
Diffstat (limited to 'Documentation/PARTITIONING.md')
-rw-r--r--Documentation/PARTITIONING.md9
1 files changed, 9 insertions, 0 deletions
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