Skip to content
New issue

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

Warning generating install-iso using nixos generators after disabling network-manager #326

Closed
ParetoOptimalDev opened this issue Apr 22, 2024 · 1 comment

Comments

@ParetoOptimalDev
Copy link

I'm just trying to make an install-iso for my jovian-nixos steam deck configuration using nixos-generator modules. I ran into an issue at first:

nix-community/nixos-generators#281

Then realized I could disable network manager to generate the iso and received error:

trace: warning: The Steam Deck UI integrates with NetworkManager (networking.networkmanager.enable) which is not enabled. NetworkManager is required to complete the first-time setup process.

I'm assuming it'll be fine and I can just re-enable/rebuild after, but wanted to bring the issue up here and link back to the nixos-generators issue in case anyone can think of some resolution to make this use case easier for others in the future.

@ParetoOptimalDev ParetoOptimalDev changed the title Warning generation install-iso using nixos generators after disabling network-manager Warning generating install-iso using nixos generators after disabling network-manager Apr 22, 2024
@samueldr
Copy link
Member

samueldr commented Oct 29, 2024

I don't know if there is anything that can be done here. I'm closing, but if there is something that can be handled on our end, please re-open and detail.

AFAIUI it's a fundamental difference in "opinion" around the network management model, and yes mkForce'ing the option false (I suppose) for that other project may as well be the correction way to handle that and it's a warning, it'll build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants