mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
doc: update readme
This commit is contained in:
parent
cc13b4d51e
commit
a57af732e9
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue