diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-02-06 16:17:25 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-03-13 13:15:40 +0100 |
commit | 038320824961c33c25d0a0c59844f792ee224471 (patch) | |
tree | c845418b1ea47577a670720412f7af4bc6bf5a04 /Documentation/PARTITIONING.md | |
parent | Update (diff) | |
download | nixos-config-new_readme.tar.gz nixos-config-new_readme.tar.bz2 nixos-config-new_readme.zip |
Misc: Update README and documentation new_readme
Now it should be more user friendly, hopefully making it easier to install.
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` |