Updated Readme

This commit is contained in:
Jan-Bulthuis 2025-01-24 02:05:00 +01:00
parent 73c4756de6
commit 3f11f64135
1 changed files with 1 additions and 13 deletions

View File

@ -4,16 +4,4 @@ My NixOS configuration.
## Usage ## Usage
Clone the repository to some directory. `/etc/nixos/git` in this example. Clone the repository to some directory. And build with `sudo nixos-rebuild switch --flake /directory/containing/flake.nix/`.
Set up `configuration.nix`:
```nix
{ ... }:
{
imports = [
./hardware-configuration.nix
./git/machines/[machine].nix
];
}
```