No description
Find a file
ltadeu6 b047f80dd1
Add Nextcloud to NixOracle with dynamic project homepage
- services.nextcloud with PostgreSQL, hostName nextcloud.tadix.dev
- nginx vhost with ACME for nextcloud.tadix.dev
- Homepage PROJECTS section now fetches repos from Forgejo API
- Added nextcloud link to footer
2026-05-25 17:28:12 -03:00
configs Refine Codex and Claude dashboard icons 2026-05-17 17:12:00 -03:00
home Fix local agent runtime context 2026-05-09 19:54:15 -03:00
hosts Add Nextcloud to NixOracle with dynamic project homepage 2026-05-25 17:28:12 -03:00
openclaw/documents
secrets Add Cloudflare API token helpers 2026-05-25 17:00:03 -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-25 15:18:50 -03:00
flake.nix Add minimal NixOracle host config 2026-04-26 18:53:29 -03:00
README.md

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