NixOS is a Linux distribution built on top of Nix. It uses a modular configuration system The NixOS Module System.
NixOS
- The NixOS Module System
-
Private Void Systems Configuration
The Private Void infrastructure is built on NixOS. Software deployed on it is built with Nix.
-
Personal Setup
OS: NixOS
-
PSA: NixOS secrets handling antipatterns
NixOS secrets are handled out-of-band because using secrets directly would put them into the Nix store, readable for anyone on the machine. This special handling of secrets leads to some antipatterns.
-
Hercules CI
SSH’s into a remote NixOS machine and deploys a NixOS configuration on it.