-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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: default firewallBackend to nftables, remove firewallBackend #240918
nixos/networkmanager: default firewallBackend to nftables, remove firewallBackend #240918
Conversation
888888b
to
c0f12da
Compare
@flokli What's left (besides CI green) for this to be ready? |
7489b2d
to
4f3a238
Compare
Didn't we switch the NetworkManager also seems to have an autodetection mode, which will use I'd probably change this config option to default to being /unset/, and make sure nftables is in the NetworkManager People who then explicitly want to still use the |
automatic detection simply checks if the nft executable exists and then uses nft right away, which i assume will always be the case in nixos since we patch the path in meaning the effective default is nftables. will it be more or less confusing if we set this explicitly?
|
I think people can still opt out of nftables by overwriting the I'd probably just remove the |
So it should only use nftables then (see other comment)? I'll edit that then |
SGTM! |
4f3a238
to
473807a
Compare
0ff8c34
to
2a92117
Compare
1e8f7b1
to
d4d6bd4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some nitpicking
…ewallBackend Co-authored-by: Florian Klink <flokli@flokli.de> Co-authored-by: Lin Jian <me@linj.tech>
Co-authored-by: Florian Klink <flokli@flokli.de> Co-authored-by: Lin Jian <me@linj.tech>
a686414
to
7fd7b57
Compare
Description of changes
see #161428
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)