We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For reference https://github.com/NixOS/nixpkgs/blob/dac9cdf8c930c0af98a63cbfe8005546ba0125fb/nixos/modules/installer/tools/nixos-generate-config.pl#L265-L268
The text was updated successfully, but these errors were encountered:
For systems that use disko it's actually better if we do not detect this in facter and instead make this part of disko: nix-community/disko#796
Sorry, something went wrong.
Reason is that lvm won't be created at the time we run nixos-facter (we want facter before disko)
This would fall under an "ephemeral" system property and live behind the --ephem flag, meaning by default it wouldn't be captured.
--ephem
We need it later for the non-disko use case.
For the time being we should mention it in documentation for non-disko users.
No branches or pull requests
For reference https://github.com/NixOS/nixpkgs/blob/dac9cdf8c930c0af98a63cbfe8005546ba0125fb/nixos/modules/installer/tools/nixos-generate-config.pl#L265-L268
TODO
The text was updated successfully, but these errors were encountered: