nixpkgs/systems/hikari
2023-03-08 08:33:59 +01:00
..
cachix Restructure web development for hikari 2023-02-02 15:24:17 +01:00
files Add VPNs 2023-03-01 08:54:11 +01:00
web-development Followup, streamline own projects 2023-02-18 11:33:15 +01:00
cachix.nix Restructure web development for hikari 2023-02-02 15:24:17 +01:00
configuration.nix Stick to 5.15 kernel in order to keep compatibility for mba6x_bl 2023-03-08 08:33:59 +01:00
hardware-configuration.nix Install NixOS on Hikari 2023-02-15 16:47:44 +01:00
readme.rst Add VPNs 2023-03-01 08:54:11 +01: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

  • Auto generate permissions for all the databases.
  • Add docker-compose / podman-compose for Elasticsearch, proxy, solr.
  • Add xdebug setup for fpm.