about summary refs log tree commit diff
path: root/PARTITIONING.md
blob: 67480e5f75134057e5344c2258f606e47017cbbc (plain) (blame)
1
2
3
4
5
6
7
8
9
# Partition and mount disks
```
nix run .#nixosConfigurations.HOST.config.disks-create
nix run .#nixosConfigurations.HOST.config.disks-format
nix run .#nixosConfigurations.HOST.config.disks-mount
```

# Install nixos
nixos-install --flake .#HOST