Updated REAME.md

This commit is contained in:
Jan-Bulthuis 2025-05-29 17:04:58 +02:00
parent b0a8874a93
commit 85c962fd6d

View File

@ -2,6 +2,10 @@
My NixOS configuration.
## Usage
## Installation
Clone the repository to some directory. And build with `sudo nixos-rebuild switch --flake /directory/containing/flake.nix/`.
For disk configuration we use disko, this means that installing the system from the configuration is just a single command:
```
sudo nix --experimental-features "nix-command flakes" run "github:nix-community/disko/latest#disko-install" -- --flake git+https://git.bulthuis.dev/Jan/dotfiles#<hostname> --disk main /dev/sda
```