The nix configuration
Find a file
2025-01-15 20:24:19 +03:00
.github/workflows ignore readme in actions 2025-01-04 18:51:50 +03:00
hosts in isabel we trust 2025-01-15 20:24:19 +03:00
modules add pochita to the list 2025-01-15 19:26:06 +03:00
secrets secrets add pochita and rekey 2025-01-15 14:38:50 +03:00
.gitignore ignore result file 2024-12-07 16:08:48 +03:00
flake.lock update flake.lock 2025-01-15 13:04:47 +03:00
flake.nix in isabel we trust 2025-01-15 20:24:19 +03:00
justfile rename just recipe 2025-01-13 21:09:20 +03:00
LICENSE ITS 2025 RAAAGHHHH 2025-01-13 21:15:31 +03:00
README.md mark the things i done 2025-01-15 19:54:37 +03:00

nixos is life

The nix configuration of mine. My intentions are just to maintain my configuration and to contribute to the nix community.

Here i have 4 machines.

  • Laptop tartarus (faulty hardware, nvidia gpu doesnt work)
  • Desktop ymir (beast, my most prized possesion as of now)
  • Raspberry Pi 5 pochita (a server that i experiment with)
  • Raspberry Pi 5 SD image pochita-sd (produces an sd image that could be used to flash the sd card of a rpi-5)

I didnt get these setup yet.

  • Raspberry Pi Zero 2W harmonica (small machine for small tasks and cronjobs) (not setup yet)
  • Android phone (termux) android (not setup yet)

To-do list

  • iso image generator for nixos
    • Basically the original nixos iso with added packages and tweaks.
  • build custom android rom
    • Or how to run nixos on the phone.
  • build android apps using nix
    • lichess
    • termux
  • build my qmk keyboard with nix
  • agenix
    • add my gpg keys
    • add ssh keys so that machines can connect to each other
  • module system with options
  • see which derivations will be built and which will be downloaded from cache or which is already present in the nix store.
  • see which python packages are giving build errors.
  • home-manager setup
  • make a development environment nix repository