disko: README fixup

This commit is contained in:
Kabbone 2023-12-20 11:45:24 +01:00
parent ab8c079ef5
commit 785c95e52c
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
### Patitioning
- Easiest is to run [disko](https://git.kabtop.de/Kabbone/nixos-config/raw/branch/main/disko/README.md)
- Easiest is to run [disko](https://git.kabtop.de/Kabbone/nixos-config/raw/branch/main/disko)
- **Classic way:**
Partition disk with gdisk:
1. EFI Partition, size 512M, type "EF00", Label "NIXBOOT"

View File

@ -30,7 +30,7 @@ $ nixos-generate-config --no-filesystems --root /mnt
$ mv /tmp/disko-config.nix /mnt/etc/nixos
```
`Alternative:` continue with normal hardware-config
**Alternative:** continue with normal hardware-config
```
$ nixos-generate-config --root /mnt
```