Repository for the NixOS VM running the docker laboratory of my homelab
- Nix 100%
| composes | ||
| secrets | ||
| .sops.yaml | ||
| configuration.nix | ||
| disk-config.nix | ||
| flake.lock | ||
| flake.nix | ||
| hardware-configuration.nix | ||
| komodo.nix | ||
| README.md | ||
| sops.nix | ||
NixOS Docker VM
Note
You can find more specifications on my blog
The specifications for the NixOS virtual machine running the docker laboratory with all of my testing services on my homelab.
NixOS
The VM configures and runs docker declaratively using Docker. However, singular docker services are not handled from NixOS directly: instead, Komodo is installed using docker and containers are managed declaratively on top of it, through git. The repository containing the docker services running can be found under lore-corrias/docker-services. Docker is configured to run in rootless mode.