From e9b0f40ef7c9509684951dbdb84d5e89e018f7b1 Mon Sep 17 00:00:00 2001 From: Armel van Ravels Date: Thu, 19 Mar 2026 14:20:23 +0100 Subject: [PATCH] Add Readme --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..33e1a39 --- /dev/null +++ b/README.md @@ -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 with gandalf, frodo, legolas, or work +sudo nixos-rebuild switch --flake .# +``` + +