Skip to content

References

Home Assistant

Home lab examples

Nix and NixOS

Nix commands

  • nix develop: useful to recreate build environments for a package.
  • nix shell: run a shell in which the specified packages are available.
  • nix run: run a command in a shell in which the specified packages are available.

Nix shells

ZFS

Immutable infrastructure