doc: update readme

This commit is contained in:
Primrose 2025-11-24 17:14:22 +08:00
parent cc13b4d51e
commit a57af732e9
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -32,7 +32,10 @@ This repo is managed with Nix + GNU stow
nixos-generate-config --no-filesystems --root /mnt --dir . # disko will take care of the file system configuration nixos-generate-config --no-filesystems --root /mnt --dir . # disko will take care of the file system configuration
# put the generated config in the right path and import it # put the generated config in the right path and import it
nixos-install --flake .dotfiles#<hostname> # We do -j 1 because otherwise the kernel or the fonts might use too much
# memory at the same time and the system will kaput
nixos-install --flake .dotfiles#<hostname> -j 1
# profit # profit
``` ```