nixpkgs/systems/hikari
2023-02-07 17:48:55 +01:00
..
cachix Restructure web development for hikari 2023-02-02 15:24:17 +01:00
web-development Extract web dev into own functions for better maintenance 2023-02-07 13:53:54 +01:00
cachix.nix Restructure web development for hikari 2023-02-02 15:24:17 +01:00
configuration.nix Limit sudo usage on hikari to wheels group 2023-02-05 21:33:56 +01:00
hardware-configuration.nix Restructure web development for hikari 2023-02-02 15:24:17 +01:00
readme.rst Improve readme for hikari system 2023-02-07 17:48:55 +01:00

nixos for hikari

Hikari is my old MacBook Air. It currently runs NixOS in Dual Boot.

I'm using that machine to migrate my existing Ubuntu Setup to NixOS in order to replace Ubuntu in the future.

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

Ad 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 first customer project with no longer supported PHP.

    • Auto generate permissions for all the databases.
    • Add docker-compose / podman-compose for Elasticsearch.