Update docs
This commit is contained in:
@@ -4,17 +4,11 @@ This repository contains a modular, flake-based Nix configuration for multiple p
|
|||||||
|
|
||||||
## Quick Start Guide
|
## 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
|
### Daily Usage
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Apply changes (NixOS WSL)
|
# Apply changes (NixOS WSL)
|
||||||
sudo nixos-rebuild switch --flake .#work --impure
|
nixos-rebuild switch --sudo --flake .#work --impure
|
||||||
|
|
||||||
# Apply changes (macOS)
|
# Apply changes (macOS)
|
||||||
darwin-rebuild switch --flake .#Martins-MacBook-Pro
|
darwin-rebuild switch --flake .#Martins-MacBook-Pro
|
||||||
|
|||||||
@@ -12,9 +12,6 @@ This file tracks remaining tasks and known issues for the NixOS configuration.
|
|||||||
- Adjust CPU microcode (Intel vs AMD)
|
- Adjust CPU microcode (Intel vs AMD)
|
||||||
|
|
||||||
### System Settings
|
### 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)
|
- [ ] Choose boot loader (systemd-boot vs GRUB)
|
||||||
|
|
||||||
## Medium Priority
|
## Medium Priority
|
||||||
|
|||||||
Reference in New Issue
Block a user