No description
  • Nix 68.5%
  • Shell 14.3%
  • Lua 9.2%
  • CSS 8%
Find a file
2026-05-30 12:32:41 +02:00
bin chore: cleanup 2026-05-28 22:01:28 +02:00
hosts/NixOS chore: cleanup 2026-05-28 22:01:28 +02:00
nixos feat(NixOS): replace docker with rootless podman 2026-05-30 12:32:41 +02:00
programs chore: cleanup 2026-05-28 22:01:28 +02:00
darwin.nix Revert "feat(darwin): install ollama as cask" 2026-05-04 17:52:58 +02:00
flake.lock feat(NixOS): replace docker with rootless podman 2026-05-30 12:32:41 +02:00
flake.nix feat: migrate NixOS/Home Manager to 26.05 release 2026-05-25 22:22:56 +02:00
home.nix feat(NixOS): replace docker with rootless podman 2026-05-30 12:32:41 +02:00
README.md feat: setup secure boot and TPM disk unlocking 2026-03-08 16:38:22 +01:00
SECURITY.md feat: use two more drives 2026-03-13 17:27:32 +01:00

Nix(OS) config files

Cross-platform Nix configuration for NixOS and macOS (Darwin).

Setup

NixOS

./hosts/NixOS/label-partitions.sh
sudo nixos-rebuild switch --flake .#NixOS

See SECURITY.md for Secure Boot and TPM2 setup.

Darwin (macOS)

nix run nix-darwin -- switch --flake .#Darwin