Add Readme
This commit is contained in:
25
README.md
Normal file
25
README.md
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
# NixOS Configurations (Flakes)
|
||||||
|
|
||||||
|
This repository manages multiple **NixOS system configurations** using **flakes** and **Home Manager**.
|
||||||
|
Each system has its own dedicated configuration module.
|
||||||
|
|
||||||
|
## Supported Systems
|
||||||
|
|
||||||
|
| System Name | Description |
|
||||||
|
|-------------|-------------|
|
||||||
|
| **gandalf** | Personal system configuration for `gandalf`. |
|
||||||
|
| **frodo** | Personal system configuration for `frodo`. |
|
||||||
|
| **legolas** | Personal system configuration for `legolas`. |
|
||||||
|
| **work** | Work-oriented system configuration for `work`. |
|
||||||
|
|
||||||
|
|
||||||
|
## Rebuild a System
|
||||||
|
|
||||||
|
To rebuild and switch to a specific system:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Replace <system> with gandalf, frodo, legolas, or work
|
||||||
|
sudo nixos-rebuild switch --flake .#<system>
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user