No description
Find a file
auto-upgrade 3c3f6d4d9b
flake.lock: Update
Flake lock file updates:

• Updated input 'nix-openclaw':
    'github:openclaw/nix-openclaw/8cb8161b5053d05f9fa71174e80699d54c68eca4?narHash=sha256-3bouiOAzP2giYxBGJrZOmqKGwyt6gSy/disRMIzgz%2B8%3D' (2026-05-22)
  → 'github:openclaw/nix-openclaw/ed00b170386eca78d4ed380e15de618b983c70e1?narHash=sha256-BbKrwdXnlY62bGxWsNKoHWywbewA09Do%2Bws7wTSte1c%3D' (2026-05-28)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/b77b3de8775677f84492abe84635f87b0e153f0f?narHash=sha256-nOesoDCiXcUftqbRBMz9tt4blI5PvljMWbm3kuCA%2B0s%3D' (2026-05-22)
  → 'github:NixOS/nixpkgs/25f538306313eae3927264466c70d7001dcea1df?narHash=sha256-ZsIrKmhp4vbBXoXXmR/tBXA/UCsAQiJL9vsgZEduhVY%3D' (2026-05-26)
• Updated input 'zen-browser':
    'github:youwen5/zen-browser-flake/3ff570b75cf068b0f25d0c2b3a77a0e546a4067b?narHash=sha256-4bQ5dL7zbP2vKu5kfsEJICxGG3ATsOW7sP2QvaXGkHM%3D' (2026-05-26)
  → 'github:youwen5/zen-browser-flake/2e2c38ba20a3d614d0196e0aa44851547306e861?narHash=sha256-M/2bCPYjiBTkDNV29J/00z10RM3yYnL9X74RqAHDme0%3D' (2026-05-28)
2026-05-28 14:46:22 -03:00
configs Refine Codex and Claude dashboard icons 2026-05-17 17:12:00 -03:00
home Add Tailscale, remove WireGuard and old VPS references 2026-05-26 17:42:40 -03:00
hosts Add restic to NixOracle system packages 2026-05-26 18:36:40 -03:00
openclaw/documents openclaw 2026-04-02 19:31:37 -03:00
secrets Add Tailscale, remove WireGuard and old VPS references 2026-05-26 17:42:40 -03:00
.gitignore .gitignore 2026-04-19 13:11:44 -03:00
AGENTS.md Document Cloudflare bootstrap token policy 2026-05-25 17:06:59 -03:00
flake.lock flake.lock: Update 2026-05-28 14:46:22 -03:00
flake.nix Add minimal NixOracle host config 2026-04-26 18:53:29 -03:00
README.md Add repository README 2026-04-06 20:52:03 -03:00

NixOS Personal Configs

This repository contains the NixOS and Home Manager configuration for my personal computer. It is tailored to my hardware and workflow, so treat it as a reference rather than a drop-in template.

Disclaimer

Not for production use. Use at your own risk.

Structure

  • hosts/Nixos/configuration.nix: main system configuration
  • hosts/Nixos/hardware-configuration.nix: hardware config (generated by NixOS)
  • home/ltadeu6.nix: Home Manager configuration
  • configs/: app configs (Hyprland, Waybar, Doom Emacs, etc.)
  • secrets/: agenix rules and encrypted secrets (no plaintext secrets)
  • openclaw/: OpenClaw documents

Notes

  • Secrets are managed with agenix and are not stored in plaintext in this repo.
  • This setup is specific to my machine; use with care if you copy anything.

Apply changes

  • Rebuild system: sudo nixos-rebuild switch --flake .#Nixos
  • Basic syntax check: nix-instantiate --parse hosts/Nixos/configuration.nix