nixpkgs/systems/hikari/readme.rst
Daniel Siepmann a3ebd243a8
Use podman for t3 docs rendering but docker-compose everywhere else
podman-compose has some issues on ubuntu and with volumes.
I'll keep docker-compose.

But I prefer podman for t3docs rendering as it doesn't fuck up the file
permissions.
2023-04-06 13:52:54 +02:00

36 lines
861 B
ReStructuredText

nixos for hikari
================
Hikari is my old MacBook Air.
It runs NixOS.
I'm using that machine to migrate my existing Ubuntu Setup to NixOS in order to replace Ubuntu in the future.
And I use this Setup for my personal use.
Installation
------------
Update to nixpkgs unstable via:
nix-channel --add https://nixos.org/channels/nixos-unstable nixos
nix-channel --update
See: https://nixos.wiki/wiki/Nix_channels
I also need older php versions:
nix-channel --add https://github.com/fossar/nix-phps/archive/master.tar.gz phps
nix-channel --update
Add hardware channel:
nix-channel --add https://github.com/NixOS/nixos-hardware/archive/master.tar.gz nixos-hardware
nix-channel --update
See: https://github.com/NixOS/nixos-hardware
TODOs
-----
* Add docker-compose for Elasticsearch, proxy, solr.