diff --git a/README.md b/README.md index 519b8df..48e1477 100644 --- a/README.md +++ b/README.md @@ -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" diff --git a/disko/README.md b/disko/README.md index b25162b..5386d09 100644 --- a/disko/README.md +++ b/disko/README.md @@ -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 ```