Update docs

This commit is contained in:
Martin Pander
2026-02-08 22:17:30 +01:00
parent 3d45b378ca
commit cc6b13faf5
2 changed files with 1 additions and 10 deletions

View File

@@ -4,17 +4,11 @@ This repository contains a modular, flake-based Nix configuration for multiple p
## Quick Start Guide
### TL;DR - Should I Use Flakes?
**YES!** ✅ Use flakes because:
1. You get **nixpkgs-unstable** (latest packages) with reproducibility.
2. Your config is in **git** with locked versions (`flake.lock`).
3. It's the **modern, recommended approach** for Nix management.
### Daily Usage
```bash
# Apply changes (NixOS WSL)
sudo nixos-rebuild switch --flake .#work --impure
nixos-rebuild switch --sudo --flake .#work --impure
# Apply changes (macOS)
darwin-rebuild switch --flake .#Martins-MacBook-Pro

View File

@@ -12,9 +12,6 @@ This file tracks remaining tasks and known issues for the NixOS configuration.
- Adjust CPU microcode (Intel vs AMD)
### System Settings
- [ ] Set correct hostname in `configuration.nix`
- [ ] Verify timezone setting (currently: Europe/Berlin)
- [ ] Verify locale settings (currently: en_US.UTF-8 / de_DE.UTF-8)
- [ ] Choose boot loader (systemd-boot vs GRUB)
## Medium Priority