diff options
Diffstat (limited to 'PARTITIONING.md')
-rw-r--r-- | PARTITIONING.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/PARTITIONING.md b/PARTITIONING.md deleted file mode 100644 index 3b1b14f..0000000 --- a/PARTITIONING.md +++ /dev/null @@ -1,9 +0,0 @@ -# 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 |