diff options
Diffstat (limited to 'Documentation/PARTITIONING.md')
-rw-r--r-- | Documentation/PARTITIONING.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/PARTITIONING.md b/Documentation/PARTITIONING.md new file mode 100644 index 0000000..09bc492 --- /dev/null +++ b/Documentation/PARTITIONING.md @@ -0,0 +1,11 @@ +# Partitioning & Mounting +My NixOS configuration has some extra helpers for partitioning and mounting :) + +These scripts live in your specific `hardware/$HARDWARE/disks.nix` (Which should be customized to fit your specific configuration). + +### Creating disks +`nix run .#nixosConfigurations.$HOST-$HARDWARE-$ARCH.config.disks-create` +### Formatting disks +`nix run .#nixosConfigurations.$HOST-$HARDWARE-$ARCH.config.disks-format` +### Mounting disks +`nix run .#nixosConfigurations.$HOST-$HARDWARE-$ARCH.config.disks-mount` |