I’m switching a nixos configuration.nix file to flakes to use deploy-rs, but I don’t know how to fix the headless.nix import from nixpkgs I’m looking for some hints.
And then import and add it to the flake’s modules like any other module.
Then maybe read through _module.args again and see if it’s any easier to grok. Tip: it defines what args your modules are called with, and its help text describes the defaults.
I frankly don’t recall why I put this config in my flake, that repo is due a refactor