idek lots

This commit is contained in:
atagen 2024-06-14 14:55:55 +10:00
parent 0c25328d6f
commit 4031a614a8
9 changed files with 139 additions and 122 deletions

17
TODO
View file

@ -16,3 +16,20 @@ derivations to allow you to keep them utd by yourself
concept:
a nixos-like OS with standardised option sets that nonetheless uses composable flake
pieces to construct the whole OS, thus breaking the monorepo syndrome
concept:
direnv+flake with services
possibilities:
* make own systemd user slice and run services out of it
- can we adapt nixos service modules directly?
- most lightweight option
- can share services between projects by sharing slice
* run a command directly inside systemd-nspawn
- fully virtualised without needing an image or anything
- should be very fast
* roll an oci image and run inside systemd-nspawn
- this allows reuse of the entire nixos module system,
including service config
- docker-like port forwarding