1
8
Fork
You've already forked finix-config
0
No description
  • Nix 100%
2026年05月28日 04:54:25 +02:00
docs Update installation instructions for QEMU+udev networking 2026年04月30日 00:26:12 +02:00
finix Removed programs.limine.force 2026年05月28日 04:38:53 +02:00
flake.lock pinned flake to latest commit 2026年04月22日 22:12:44 -04:00
flake.nix pinned flake to latest commit 2026年04月22日 22:12:44 -04:00
README.md Update README.md 2026年05月28日 04:54:25 +02:00

Minimal Finix

This is my minimal configuration for finix. It installs absolutely nothing but the things needed to work on and expand a finix configuration.

I am not promising you a perfect system that will work exactly how you want with services you want. I am promising you a system that boots and is self sufficient enough to get it where you want eventually.

Notes

Make sure that the NixOS installation boots using UEFI, legacy booting was causing issues with limine not being detected. If you have a fix please let me know.

I try not to inject any opinions into this configuration. The only choice I have made is between mdevd and udev. I chose mdevd simply because that is what the other members of the finix community suggested and use.

Because of issues with mdevd, drives must be identified by their ID, eg /dev/sda1. This causes multidrive systems to be basically unusable. If you want to try this out, just replace programs.mdevd.enable with programs.udev.enable and add the udev module.

Update on mdevd: @deathbymanatee found a mostly working workaround here for the mdevd drive mounting issue. It's not perfect but it does fix the issue while we wait on a better fix.

Some users get errors from efibootmgr after running nixos-install. If the error code is 8, this can be ignored. It's caused by non-existant boot options trying to be added by efibootmgr, it fails to add them and returns an error, but existing boot entries are added without issue.

If there are any other problems please either open an issue here or join the discord and reach out there. Me or others are typically available to help.

Requirements

  • Nix Flakes
  • Internet

Installing

Installation Instructions

Helpful links

Finix Discord

Finix

Finix Options Wiki

aanderse Config

Finit