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

nixos/networkmanager: add extraConfig #42132

Closed
wants to merge 2 commits into from
Closed

Conversation

lukateras
Copy link
Member

Would like to set MAC randomization on Wi-Fi connection, and current NetworkManager module doesn't provide an option for that.


extraConfig = mkOption {
type = types.lines;
default = '''';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks a bit funky. I'd do "".

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree. Fixed!

@adisbladis
Copy link
Member

I took the liberty of squashing this and strip the trailing whitespace.

Pushed to master in b5d6a49 :)

@adisbladis adisbladis closed this Jun 18, 2018
@lukateras lukateras deleted the yegortimoshenko-patch-4 branch June 18, 2018 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants