nixpkgs/systems/hikari
Daniel Siepmann 1c5e9ac4ad
Migrate web-development projects to proper modules
Create proper modules for TYPO3 and static web projects.
Those modules are now used on all machines.
This replaces the old legacy functions used to setup projects.

That way multiple projects can easily be defined within one file.
2024-06-24 07:15:59 +02:00
..
cachix Restructure web development for hikari 2023-02-02 15:24:17 +01:00
files Ad new customer server 2023-03-15 14:45:34 +01:00
web-development Migrate web-development projects to proper modules 2024-06-24 07:15:59 +02:00
cachix.nix Restructure web development for hikari 2023-02-02 15:24:17 +01:00
configuration.nix Migrate web-development projects to proper modules 2024-06-24 07:15:59 +02:00
hardware-configuration.nix Enable apple facetime again 2024-04-30 17:53:14 +02:00
readme.rst Use podman for t3 docs rendering but docker-compose everywhere else 2023-04-06 13:52:54 +02:00

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.