# Ignore list for statix. `ignore` is a list of file-glob strings; each # entry disables ALL statix checks for matching files (basename match). # hardware-configuration.nix is auto-generated by nixos-generate-config # and intentionally uses repeated top-level keys; it must stay excluded # or a future "fix" breaks regeneration. Keep this entry in sync if more # generated hardware files appear. ignore = [ "hardware-configuration.nix", ]