Skip to content

15cm/nixfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b42b76b · Mar 18, 2025
Nov 15, 2024
Jan 4, 2025
Mar 18, 2025
Jul 18, 2024
Jun 28, 2024
Oct 5, 2024
Nov 7, 2024
Jul 13, 2023
Nov 1, 2023
Aug 10, 2024
Sep 8, 2024
Jan 4, 2025
Dec 16, 2024
Dec 5, 2022

Repository files navigation

Use cases

  • NixOS root on ZFS, for machines that run Linux desktop environment. Currently one laptop and one desktop. See bootstrap/nixos-root-on-zfs/README.md for the bootstrap steps.
  • NixOS root on EXT4 + ZFS datasets under /pool, for headless machines like NAS, VPS e.t.c.
  • Nix Home Manager on non-NixOS Linux systems for corp machines.
  • Nix Home Manager on Darwin for corp machines.

Boundary between NixOS and Nix Home Manager

The NixOS modules and Home Manager modules are isolated as much as possible. The Home Manager is installed in standalone mode via flake. This setup allows us to rely on NixOS as less as possible to avoid breaking the Home Manager experience on non NixOS systems.

From a packages point of view, NixOS modules cover the minimum softwares that are either required for system bootstrap or shipped with most of the distros and don't require customizations. All other packages go to Home Manager modules.

From a Linux desktop environment point of view, NixOS modules control system wise and hardware wise configs. It delegates controls to Home Manager modules right after the display mananger.

References

About

My Nix Config Files (Home + NixOS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published